You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/21 20:45:21 UTC

svn commit: r999537 [3/4] - in /incubator/river/jtsk/trunk/qa/src/com/sun/jini/test: share/ spec/config/abstractconfiguration/ spec/config/configurationfile/ spec/config/configurationprovider/ spec/constraint/basicmethodconstraints/methoddesc/ spec/con...

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleEvntLeaseRenewals.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleEvntLeaseRenewals.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleEvntLeaseRenewals.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleEvntLeaseRenewals.java Tue Sep 21 18:45:14 2010
@@ -40,7 +40,7 @@ import java.io.IOException;
 /** This class is used to test that event lease renewal works as expected for
  *  N (currently N = 5) successive lease renewal attempts.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleSrvcLeaseRenewals.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleSrvcLeaseRenewals.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleSrvcLeaseRenewals.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/MultipleSrvcLeaseRenewals.java Tue Sep 21 18:45:14 2010
@@ -33,7 +33,7 @@ import java.rmi.RemoteException;
 /** This class is used to test that service lease renewal works as expected for
  *  N (currently N = 5) successive lease renewal attempts.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrAdd.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrAdd.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrAdd.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrAdd.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.IOException;
  *  upon the addition of attributes to the services registered with lookup, 
  *  the expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrDel.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrDel.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrDel.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrDel.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.IOException;
  *  upon the deletion of existing attributes of the registered service items,
  *  the expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrMod.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrMod.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrMod.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnAttrMod.java Tue Sep 21 18:45:14 2010
@@ -46,7 +46,7 @@ import java.io.IOException;
  *  upon the modification of existing attributes of the registered service
  *  items, the expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnSrvcLeaseExpiration.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnSrvcLeaseExpiration.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnSrvcLeaseExpiration.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/NotifyOnSrvcLeaseExpiration.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.IOException;
  *  upon the expiration of each service item's lease, the expected set of 
  *  events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/SrvcLeaseExpiration.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/SrvcLeaseExpiration.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/SrvcLeaseExpiration.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set00/SrvcLeaseExpiration.java Tue Sep 21 18:45:14 2010
@@ -35,7 +35,7 @@ import java.rmi.RemoteException;
  *  service can no longer be successfully looked up after the service
  *  item's lease has expired.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/EmptyLookup.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/EmptyLookup.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/EmptyLookup.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/EmptyLookup.java Tue Sep 21 18:45:14 2010
@@ -35,7 +35,7 @@ import java.rmi.RemoteException;
  *  in the Lookup Service will be returned; including the Registrar Service 
  *  itself.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrNull.java Tue Sep 21 18:45:14 2010
@@ -72,7 +72,7 @@ import java.rmi.RemoteException;
  *  class types that is returned is then compared against the expected 
  * set of class type descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrVals.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrVals.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrVals.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesAttrVals.java Tue Sep 21 18:45:14 2010
@@ -77,7 +77,7 @@ import java.rmi.RemoteException;
  *  class types that is returned is then compared against the expected 
  * set of class type descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesEmpty.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesEmpty.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesEmpty.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesEmpty.java Tue Sep 21 18:45:14 2010
@@ -58,7 +58,7 @@ import java.rmi.RemoteException;
  *  as input argument. The array of class types that is returned is then
  *  compared against the expected set of class type descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesTypeAttr.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesTypeAttr.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesTypeAttr.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetEntryClassesTypeAttr.java Tue Sep 21 18:45:14 2010
@@ -72,7 +72,7 @@ import java.rmi.RemoteException;
  *  class types that is returned is then compared against the expected 
  *  set of class type descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttr.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttr.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttr.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttr.java Tue Sep 21 18:45:14 2010
@@ -59,7 +59,7 @@ import java.rmi.RemoteException;
  *  as input argument. The array of field value objects that is returned 
  *  is then compared against the expected set of field value objects. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttrNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttrNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttrNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetFieldValuesAttrNull.java Tue Sep 21 18:45:14 2010
@@ -60,7 +60,7 @@ import java.rmi.RemoteException;
  *  array of field value objects that is returned is then compared against 
  *  the expected set of field value objects. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesAttr.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesAttr.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesAttr.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesAttr.java Tue Sep 21 18:45:14 2010
@@ -59,7 +59,7 @@ import java.rmi.RemoteException;
  *  input argument. The array of class types that is returned is then 
  *  compared against the expected set of class type descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesClass.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesClass.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesClass.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesClass.java Tue Sep 21 18:45:14 2010
@@ -56,7 +56,7 @@ import java.rmi.RemoteException;
  *  is returned is then compared against the expected set of class type
  *  descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesEmpty.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesEmpty.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesEmpty.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/GetServiceTypesEmpty.java Tue Sep 21 18:45:14 2010
@@ -54,7 +54,7 @@ import java.rmi.RemoteException;
  *  is returned is then compared against the expected set of class type
  *  descriptors. 
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentNewSrvcReg.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentNewSrvcReg.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentNewSrvcReg.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentNewSrvcReg.java Tue Sep 21 18:45:14 2010
@@ -67,7 +67,7 @@ import net.jini.core.lookup.ServiceRegis
  *  to the service being registered). This is done because we are testing
  *  for idempotency of the registration of NEW services.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentOldSrvcReg.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentOldSrvcReg.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentOldSrvcReg.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/IdempotentOldSrvcReg.java Tue Sep 21 18:45:14 2010
@@ -67,7 +67,7 @@ import net.jini.core.lookup.ServiceRegis
  *  during the initial registration. This is done because we are testing
  *  for idempotency of the registration of EXISTING services.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrAddNonNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrAddNonNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrAddNonNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrAddNonNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  the services registered with lookup, the expected set of events will
  *  be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNonNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNonNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNonNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNonNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  corresponding to the services registered with lookup, the expected set
  *  of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrDelNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  corresponding to the services registered with lookup, the expected set
  *  of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNonNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNonNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNonNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNonNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  corresponding to the services registered with lookup, the expected set
  *  of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboAttrModNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  corresponding to the services registered with lookup, the expected set
  *  of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcLeaseExp.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcLeaseExp.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcLeaseExp.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcLeaseExp.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  service, the expected set of events will be generated by the lookup
  *  service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcReg.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcReg.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcReg.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnComboSrvcReg.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  containing those attributes, the expected set of events will
  *  be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNonNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNonNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNonNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNonNull.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  with lookup, the expected set of events will be generated by the lookup 
  *  service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNull.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNull.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNull.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntryAttrAddNull.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.Serializable;
  *  the addition of attributes to the services registered with lookup, the 
  *  expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntrySrvcReg.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntrySrvcReg.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntrySrvcReg.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/NotifyOnEntrySrvcReg.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.Serializable;
  *  the registration of a service containing one of the attributes, the 
  *  expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReRegOldSrvcs.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReRegOldSrvcs.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReRegOldSrvcs.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReRegOldSrvcs.java Tue Sep 21 18:45:14 2010
@@ -35,7 +35,7 @@ import java.rmi.RemoteException;
  *  is re-registered, we should still be able to successfully lookup all 
  *  services in the Lookup Service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByAttr.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByAttr.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByAttr.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByAttr.java Tue Sep 21 18:45:14 2010
@@ -56,7 +56,7 @@ import java.util.HashMap;
  *  input argument allows the test employed to be changed by simply
  *  changing the value of the input argument.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByType.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByType.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByType.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByType.java Tue Sep 21 18:45:14 2010
@@ -54,7 +54,7 @@ import java.util.HashMap;
  *  input argument allows the test employed to be changed by simply
  *  changing the value of the input argument.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByTypeAttr.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByTypeAttr.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByTypeAttr.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set01/ReturnOnLookupByTypeAttr.java Tue Sep 21 18:45:14 2010
@@ -58,7 +58,7 @@ import java.util.HashMap;
  *  input argument allows the test employed to be changed by simply
  *  changing the value of the input argument.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnAttrSet.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnAttrSet.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnAttrSet.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnAttrSet.java Tue Sep 21 18:45:14 2010
@@ -47,7 +47,7 @@ import java.io.IOException;
  *  service items, the expected set of events will be generated by the 
  *  lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnComboAttrSet.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnComboAttrSet.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnComboAttrSet.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set02/NotifyOnComboAttrSet.java Tue Sep 21 18:45:14 2010
@@ -48,7 +48,7 @@ import java.io.Serializable;
  *  attributes corresponding to the services registered with lookup, the 
  *  expected set of events will be generated by the lookup service.
  *
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupAttributes.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupAttributes.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupAttributes.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupAttributes.java Tue Sep 21 18:45:14 2010
@@ -36,7 +36,7 @@ import java.io.IOException;
  *  attributes belonging to the Registrar was indeed modified.
  *
  *  @see net.jini.admin.JoinAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupGroups.java Tue Sep 21 18:45:14 2010
@@ -37,7 +37,7 @@ import net.jini.admin.JoinAdmin;
  *  again retrieved and verified against the expected set of groups.
  *
  *  @see net.jini.admin.JoinAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupLocators.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupLocators.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupLocators.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddLookupLocators.java Tue Sep 21 18:45:14 2010
@@ -36,7 +36,7 @@ import java.rmi.RemoteException;
  *
  *  @see net.jini.admin.JoinAdmin
  *  @see net.jini.core.discovery.LookupLocator
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddMemberGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddMemberGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddMemberGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleAddMemberGroups.java Tue Sep 21 18:45:14 2010
@@ -36,7 +36,7 @@ import net.jini.lookup.DiscoveryAdmin;
  *  set of group members was indeed modified in the Registrar.
  *
  *  @see net.jini.lookup.DiscoveryAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java Tue Sep 21 18:45:14 2010
@@ -42,7 +42,7 @@ import java.lang.reflect.InvocationTarge
  *  verified against the expected set of attributes.
  *
  *  @see net.jini.admin.JoinAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupGroups.java Tue Sep 21 18:45:14 2010
@@ -40,7 +40,7 @@ import net.jini.admin.JoinAdmin;
  *  that it contains the expected set of groups to join.
  *
  *  @see net.jini.admin.JoinAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupLocators.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupLocators.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupLocators.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveLookupLocators.java Tue Sep 21 18:45:14 2010
@@ -41,7 +41,7 @@ import java.rmi.RemoteException;
  *
  *  @see net.jini.admin.JoinAdmin
  *  @see net.jini.core.discovery.LookupLocator
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveMemberGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveMemberGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveMemberGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleRemoveMemberGroups.java Tue Sep 21 18:45:14 2010
@@ -39,7 +39,7 @@ import net.jini.lookup.DiscoveryAdmin;
  *  expected set of member groups.
  *
  *  @see net.jini.lookup.DiscoveryAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupGroups.java Tue Sep 21 18:45:14 2010
@@ -38,7 +38,7 @@ import net.jini.admin.JoinAdmin;
  *  lookup groups and verifies that it contains the expected groups.
  *
  *  @see net.jini.admin.JoinAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupLocators.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupLocators.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupLocators.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetLookupLocators.java Tue Sep 21 18:45:14 2010
@@ -41,7 +41,7 @@ import java.rmi.RemoteException;
  *
  *  @see net.jini.admin.JoinAdmin
  *  @see net.jini.core.discovery.LookupLocator
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetMemberGroups.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetMemberGroups.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetMemberGroups.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleSetMemberGroups.java Tue Sep 21 18:45:14 2010
@@ -36,7 +36,7 @@ import net.jini.lookup.DiscoveryAdmin;
  *  members was indeed modified in the Registrar.
  *
  *  @see net.jini.lookup.DiscoveryAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleUnicastPort.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleUnicastPort.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleUnicastPort.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleUnicastPort.java Tue Sep 21 18:45:14 2010
@@ -34,7 +34,7 @@ import net.jini.lookup.DiscoveryAdmin;
  *  the original port number was indeed modified in the Registrar.
  *
  *  @see net.jini.lookup.DiscoveryAdmin
- *  @see com.sun.jini.test.spec.lookupservice.QATest
+ *  @see com.sun.jini.qa.harness.QATest
  *  @see com.sun.jini.test.spec.lookupservice.QATestRegistrar
  *  @see com.sun.jini.test.spec.lookupservice.QATestUtils
  */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/AbstractTestBase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/AbstractTestBase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/AbstractTestBase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/AbstractTestBase.java Tue Sep 21 18:45:14 2010
@@ -113,7 +113,7 @@ public abstract class AbstractTestBase e
     /**
      * Sets up the testing environment.
      *
-     * @param args Arguments from the runner for setup.
+     * @param sysConfig QAConfig from the runner for setup.
      */
     public void setup(QAConfig sysConfig) throws Exception {
         // mandatory call to parent

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/DynamicPolicyProviderTestBase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/DynamicPolicyProviderTestBase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/DynamicPolicyProviderTestBase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/DynamicPolicyProviderTestBase.java Tue Sep 21 18:45:14 2010
@@ -558,8 +558,8 @@ public abstract class DynamicPolicyProvi
      * Call implies() on ProtectionDomain passing Permission[].
      *
      * @param pd the ProtectionDomain or null.
-     * @param pm permission granted earlier or null.
-     * @param exp expected result.
+     * @param pma permissions granted earlier or null.
+     * @param expected expected result.
      * @param ifNull then expected result should be false for null
      *        ProtectionDomain.
      *

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipalCase02.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipalCase02.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipalCase02.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantNoPrincipalCase02.java Tue Sep 21 18:45:14 2010
@@ -57,7 +57,7 @@ import com.sun.jini.test.spec.policyprov
  *
  * <b>Test Description</b><br><br>
  *
- * This test is additional test to {@link #GrantNoPrincipalCase01} <br>
+ * This test is additional test to {@link GrantNoPrincipalCase01} <br>
  *
  * This test verifies that
  * <ol>

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipal.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipal.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipal.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipal.java Tue Sep 21 18:45:14 2010
@@ -85,7 +85,7 @@ import com.sun.jini.test.spec.policyprov
  *  <li> second policy.policyProviderGrant02 file that contains needed
  *       permissions</li>
  *  <li> {@link Util#listClasses} that contains class names to be loaded</li>
- *  <li> {@link Util#QAPrincipal} for test purpose</li>
+ *  <li> {@link QAPrincipal} for test purpose</li>
  * </ul>
  *
  * <b>Actions</b><br><br>

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipalSame.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipalSame.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipalSame.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/GrantPrincipalSame.java Tue Sep 21 18:45:14 2010
@@ -54,7 +54,7 @@ import com.sun.jini.test.spec.policyprov
  *
  * <b>Test Description</b><br><br>
  *
- * This test is additional test to {@link #GrantPrincipal} <br>
+ * This test is additional test to {@link GrantPrincipal} <br>
  *
  * This test verifies that
  * <ol>
@@ -90,7 +90,7 @@ import com.sun.jini.test.spec.policyprov
  *  <li> second policy.policyProviderGrant02 file that contains needed
  *       permissions</li>
  *  <li> {@link Util#listClasses} that contains class names to be loaded</li>
- *  <li> {@link Util#QAPrincipal} for test purpose</li>
+ *  <li> {@link QAPrincipal} for test purpose</li>
  * </ul>
  *
  * <b>Actions</b><br><br>

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyInitializationExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyInitializationExceptionTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyInitializationExceptionTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/dynamicPolicyProvider/PolicyInitializationExceptionTest.java Tue Sep 21 18:45:14 2010
@@ -32,7 +32,7 @@ import java.security.Security;
 // utility classes
 import com.sun.jini.test.spec.policyprovider.util.Item;
 import com.sun.jini.test.spec.policyprovider.util.Util;
-
+import com.sun.jini.test.spec.policyprovider.util.QABadPolicy;
 
 /**
  * <b>Purpose</b><br><br>
@@ -55,7 +55,7 @@ import com.sun.jini.test.spec.policyprov
  *
  * <ul><lh>This test requires the following infrastructure:</lh>
  *  <li> {@link Util#listClasses}</li>
- *  <li> {@link Util#QABadPolicy}</li>
+ *  <li> {@link QABadPolicy}</li>
  * </ul>
  *
  * <b>Actions</b><br><br>
@@ -71,9 +71,9 @@ import com.sun.jini.test.spec.policyprov
  *         instance of Policy interface:
  *      <ul>
  *        <li> Obtain any class name from {@link Util#listClasses}.
- *             This array contains some helper classes using for {@link Grant}
- *             test case. All of these classes are placed in the
- *             qa1.jar and qa1-policy-provider.jar and can be loaded using http,
+ *             This array contains some helper. All of these classes 
+ *             are placed in the qa1.jar and qa1-policy-provider.jar
+ *             and can be loaded using http,
  *             file based url by PreferredClassLoader or by default loader.
  *        </li>
  *      </ul>
@@ -82,7 +82,7 @@ import com.sun.jini.test.spec.policyprov
  *         constructor and verify that PolicyInitializationException is thrown.
  *    </li>
  *    <li> again reset ...PolicyFileProvider.basePolicyClass security property
- *         to {@link Util#QABadPolicy} class that
+ *         to {@link QABadPolicy} class that
  *         does not declare a public no-arg constructor.
  *    </li>
  *    <li> construct DynamicPolicyProvider object using non-argument

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCase01.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCase01.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCase01.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/grantPermission/GrantPermissionTestCase01.java Tue Sep 21 18:45:14 2010
@@ -173,7 +173,7 @@ public class GrantPermissionTestCase01 e
      *
      * @param pc PermissionCollection to be verified.
      * @param p  Permission to be verified.
-     * @param expected if true then PermissionCollection should imply
+     * @param exp if true then PermissionCollection should imply
      *        passing Permission, otherwise should not imply.
      * @param msg string to format log message.
      *
@@ -198,7 +198,7 @@ public class GrantPermissionTestCase01 e
      *
      * @param p Permission to be verified.
      * @param pAnother another Permission to be verified.
-     * @param expected if true then Permission should imply
+     * @param exp if true then Permission should imply
      *        another passing Permission, otherwise should not imply.
      *
      * @throws TestException if failed

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyFileProviderTestBase.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyFileProviderTestBase.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyFileProviderTestBase.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyFileProviderTestBase.java Tue Sep 21 18:45:14 2010
@@ -351,7 +351,7 @@ public abstract class PolicyFileProvider
      * Exception is not thrown. Verify that returned result
      * is equal to expected result.
      *
-     * @param pd the PermissionCollection.
+     * @param pc the PermissionCollection.
      * @param pm permission.
      * @param exp expected result.
      * @param msg string to format log message.
@@ -379,8 +379,8 @@ public abstract class PolicyFileProvider
      * Call implies() on PolicyFileProvider passing Permission[].
      *
      * @param pd the ProtectionDomain or null.
-     * @param pm permissions to check.
-     * @param exp expected result.
+     * @param pma permissions to check.
+     * @param expected expected result.
      * @param ifNull then expected result should be false for null
      *        ProtectionDomain.
      *
@@ -486,7 +486,7 @@ public abstract class PolicyFileProvider
      *
      * </pre>
      *
-     * @param array of array of permissions.
+     * @param pma array of array of permissions.
      *
      * @throws TestException if failed
      */
@@ -580,7 +580,7 @@ public abstract class PolicyFileProvider
      *
      * </pre>
      *
-     * @param array of array of permissions.
+     * @param pma array of array of permissions.
      *
      * @throws TestException if failed
      */
@@ -701,7 +701,7 @@ public abstract class PolicyFileProvider
      *
      * </pre>
      *
-     * @param array of array of permissions.
+     * @param pma array of array of permissions.
      *
      * @throws TestException if failed
      */

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInitializationExceptionTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInitializationExceptionTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInitializationExceptionTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/policyprovider/policyFileProvider/PolicyInitializationExceptionTest.java Tue Sep 21 18:45:14 2010
@@ -32,6 +32,7 @@ import java.security.Security;
 // utility classes
 import com.sun.jini.test.spec.policyprovider.util.Item;
 import com.sun.jini.test.spec.policyprovider.util.Util;
+import com.sun.jini.test.spec.policyprovider.util.QABadPolicy;
 
 
 /**
@@ -56,7 +57,7 @@ import com.sun.jini.test.spec.policyprov
  *
  * <ul><lh>This test requires the following infrastructure:</lh>
  *  <li> {@link Util#listClasses}</li>
- *  <li> {@link Util#QABadPolicy}</li>
+ *  <li> {@link QABadPolicy}</li>
  * </ul>
  *
  * <b>Actions</b><br><br>
@@ -76,7 +77,7 @@ import com.sun.jini.test.spec.policyprov
  *         of Policy interface:
  *      <ul>
  *        <li> Obtain any class name from {@link Util#listClasses}.
- *             This array contains some helper classes using for {@link Grant}
+ *             This array contains some helper classes for the
  *             test case. All of these classes are placed in the
  *             qa1.jar and qa1-policy-provider.jar and can be loaded using http,
  *             file based url by PreferredClassLoader or by default loader.
@@ -91,7 +92,7 @@ import com.sun.jini.test.spec.policyprov
  *         thrown.
  *    </li>
  *    <li> again reset ...PolicyFileProvider.basePolicyClass security property
- *         to {@link Util#QABadPolicy} class that
+ *         to {@link QABadPolicy} class that
  *         does not declare a public no-arg constructor.
  *    </li>
  *    <li> construct PolicyFileProvider object using non-argument

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AbstractLeaseRenewalServiceTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AbstractLeaseRenewalServiceTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AbstractLeaseRenewalServiceTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AbstractLeaseRenewalServiceTest.java Tue Sep 21 18:45:14 2010
@@ -132,7 +132,7 @@ public abstract class AbstractLeaseRenew
      *          If index is greater than or equal to the number of LRS 
      *          proxy instances.
      * 
-     * @see    AbstractLeaseRenewalServiceTest#setup() 
+     * @see    #setup(QAConfig)
      */
     public LeaseRenewalService getLRS(int index) {
 
@@ -153,7 +153,7 @@ public abstract class AbstractLeaseRenew
      *          If index is greater than or equal to the number of LRS 
      *          proxy instances.
      * 
-     * @see    AbstractLeaseRenewalServiceTest#setup() 
+     * @see    #setup(QAConfig)
      */
     public LeaseRenewalService getLRS() {
 	return getLRS(0);

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AddRemoveTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AddRemoveTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AddRemoveTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AddRemoveTest.java Tue Sep 21 18:45:14 2010
@@ -70,8 +70,6 @@ public class AddRemoveTest extends Abstr
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 109-110.</P>
      * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocExpWarnSetTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocExpWarnSetTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocExpWarnSetTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocExpWarnSetTest.java Tue Sep 21 18:45:14 2010
@@ -91,8 +91,6 @@ public class AssocExpWarnSetTest extends
     /**
      * Assert that the set returned as the source of the
      * ExpirationWarningEvent is the set which is about to expire.
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocRenewalFailSetTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocRenewalFailSetTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocRenewalFailSetTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/AssocRenewalFailSetTest.java Tue Sep 21 18:45:14 2010
@@ -115,9 +115,6 @@ public class AssocRenewalFailSetTest ext
     /**
      * Assert that the set returned as the source of the RenewalFailureEvent is
      * the set on which the renewal attempt failed.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearEventRegistrationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearEventRegistrationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearEventRegistrationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearEventRegistrationTest.java Tue Sep 21 18:45:14 2010
@@ -126,9 +126,6 @@ public class ClearEventRegistrationTest 
      * will only clear the specific event registration, it will not cancel
      * the lease on the renewal set, or affect any other event
      * registration on the set.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearFailureListenerTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearFailureListenerTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearFailureListenerTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearFailureListenerTest.java Tue Sep 21 18:45:14 2010
@@ -110,9 +110,6 @@ public class ClearFailureListenerTest ex
      * Assert that the clearRenewalFailureListener method operates as
      * expected. Asset that this method may be called multiple times with
      * no ill effect.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearWarningListenerTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearWarningListenerTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearWarningListenerTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ClearWarningListenerTest.java Tue Sep 21 18:45:14 2010
@@ -92,9 +92,6 @@ public class ClearWarningListenerTest ex
      * Assert that the clearExpirationWarningListener method operates as
      * expected. Assert that this method may be called multiple times with
      * no ill effect.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/DurationExpirationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/DurationExpirationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/DurationExpirationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/DurationExpirationTest.java Tue Sep 21 18:45:14 2010
@@ -97,9 +97,6 @@ public class DurationExpirationTest exte
      * Assert that of the membership duration of a managed lease is less
      * than its expiration time then the lease will not be renewed but it
      * will remain in the set.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EqualsTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EqualsTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EqualsTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EqualsTest.java Tue Sep 21 18:45:14 2010
@@ -64,9 +64,6 @@ public class EqualsTest extends Abstract
      * 
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 107.</P>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDFailTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDFailTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDFailTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDFailTest.java Tue Sep 21 18:45:14 2010
@@ -112,9 +112,6 @@ public class EventIDFailTest extends Abs
      * Assert that because a given set will only have one expiration
      * warning event registration at a given time all expiration warning
      * events will have the same event ID.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDWarnTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDWarnTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDWarnTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventIDWarnTest.java Tue Sep 21 18:45:14 2010
@@ -93,9 +93,6 @@ public class EventIDWarnTest extends Abs
      * Assert that because a given set will only have one expiration
      * warning event registration at a given time all expiration warning
      * events will have the same event ID.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -156,9 +156,6 @@ public class EventLeaseTest extends Abst
      * <LI>The lease that caused the renewal failure event is removed from the
      *     lease renewal set.</LI>
      * </OL>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventRegistrationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventRegistrationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventRegistrationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventRegistrationTest.java Tue Sep 21 18:45:14 2010
@@ -111,8 +111,6 @@ public class EventRegistrationTest exten
      *    exhaustively.)</LI>
      *<LI>Assert that when a registration is replaced with a new one that
      *    the same event ID is used.</LI>
-     *
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceFailTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceFailTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceFailTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceFailTest.java Tue Sep 21 18:45:14 2010
@@ -119,8 +119,6 @@ public class EventSequenceFailTest exten
      * Assert that the events of the RenewalFailureEvent type sent to a
      * newly registered listener are in the same sequence as those sent to
      * the previously registered listener.
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceTest.java Tue Sep 21 18:45:14 2010
@@ -165,9 +165,6 @@ public class EventSequenceTest extends A
 
     /**
      * Assert that events arrive in strictly increasing order.<BR>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceWarnTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceWarnTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceWarnTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/EventSequenceWarnTest.java Tue Sep 21 18:45:14 2010
@@ -104,9 +104,6 @@ public class EventSequenceWarnTest exten
      * succeed. This is because retransmission of events is valid and in
      * some cases it is impossible to tell if two events with the same
      * sequence number are in fact the same event or different.)
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpirationListenerTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpirationListenerTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpirationListenerTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpirationListenerTest.java Tue Sep 21 18:45:14 2010
@@ -134,9 +134,6 @@ public class ExpirationListenerTest exte
      * <LI>A minWarning value that exceeds the current duration of the 
      * set's lease causes immediate delivery of the ExpirationWarningEvent.</LI>
      * </OL>
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireRemoveTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireRemoveTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireRemoveTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireRemoveTest.java Tue Sep 21 18:45:14 2010
@@ -96,9 +96,7 @@ public class ExpireRemoveTest extends Ab
      * 
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 108.</P>
-     * 
-     * @return the test Status (passed or failed)
-     *  */
+     */
     public void run() throws Exception {
 
 	// Announce where we are in the test

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireSetSleepTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireSetSleepTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireSetSleepTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/ExpireSetSleepTest.java Tue Sep 21 18:45:14 2010
@@ -117,8 +117,6 @@ public class ExpireSetSleepTest extends 
      *
      * <P>Notes:<BR>For more information see the LRS specification 
      * section 9.3 page 108.</P>
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -61,8 +61,6 @@ public class GetLeaseTest extends Abstra
 
     /**
      * Assert that the getLease method returns the lease of the set itself.
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeasesTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeasesTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeasesTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/GetLeasesTest.java Tue Sep 21 18:45:14 2010
@@ -94,9 +94,6 @@ public class GetLeasesTest extends Abstr
     /**
      * Assert that the getLeases method returns all the client leases in
      * the set at the time of the call as an array of type Lease.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IllegalLeaseTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IllegalLeaseTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IllegalLeaseTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IllegalLeaseTest.java Tue Sep 21 18:45:14 2010
@@ -91,8 +91,6 @@ public class IllegalLeaseTest extends Ab
      * Assert that attempts to add a non-expired set lease into a set from the
      * same service throws an IllegalArgumentException.  Adding the same lease
      * to more than one set should succeed.
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IndefiniteRenewalTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IndefiniteRenewalTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IndefiniteRenewalTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/IndefiniteRenewalTest.java Tue Sep 21 18:45:14 2010
@@ -109,9 +109,6 @@ public class IndefiniteRenewalTest exten
     /**
      * Assert that if the rewnewal service was unable to call renew before the
      * lease expired, then the Throwable returned in the event object is null.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseDurationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseDurationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseDurationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseDurationTest.java Tue Sep 21 18:45:14 2010
@@ -63,9 +63,6 @@ public class LeaseDurationTest extends A
      * Asserts that for a range of lease duration values given to the
      * createLeaseRenewalSet method, the LRS will only grant times less
      * than or equal to the amount requested.
-     * 
-     * @return the test Status (passed or failed)
-     * 
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseExpirationTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseExpirationTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseExpirationTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseExpirationTest.java Tue Sep 21 18:45:14 2010
@@ -308,8 +308,7 @@ public class LeaseExpirationTest extends
      * results in it being removed from its renewal set and no further
      * action is taken on the lease for a period up to and including
      * its expiration time plus one half.
-     * 
-     * @return the test Status (passed or failed) */
+     */
     public void run() throws Exception {
 
 	// Announce where we are in the test

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseNotInSetTest.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseNotInSetTest.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseNotInSetTest.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseNotInSetTest.java Tue Sep 21 18:45:14 2010
@@ -82,8 +82,6 @@ public class LeaseNotInSetTest extends A
     /**
      * Assert that the remove method returns null when the lease is
      * not in the set.
-     * 
-     * @return the test Status (passed or failed)
      */
     public void run() throws Exception {
 

Modified: incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalServiceTestUtil.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalServiceTestUtil.java?rev=999537&r1=999536&r2=999537&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalServiceTestUtil.java (original)
+++ incubator/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/renewalservice/LeaseRenewalServiceTestUtil.java Tue Sep 21 18:45:14 2010
@@ -127,7 +127,7 @@ public class LeaseRenewalServiceTestUtil
      * 
      * @param evReg an EventRegistration object whose validity is tested.
      * 
-     * @param source a renewal set which is the expected source of
+     * @param lrSet a renewal set which is the expected source of
      * this event registration.  
      * 
      * @return true if the event registration is valid; false otherwise.
@@ -147,7 +147,7 @@ public class LeaseRenewalServiceTestUtil
      * 
      * @param evReg an EventRegistration object whose validity is tested.
      * 
-     * @param source a renewal set which is the expected source of
+     * @param lrSet a renewal set which is the expected source of
      * this event registration.  
      * 
      * @return true if the event registration is valid; false otherwise.
@@ -169,7 +169,7 @@ public class LeaseRenewalServiceTestUtil
      * <P>Notes:</P>
      * 
      * @param evReg an EventRegistration object whose validity is tested.
-     * @param source a renewal set which is the expected source of
+     * @param lrSet a renewal set which is the expected source of
      * this event registration.  
      * @param evID the expected event id.
      * 
@@ -325,7 +325,7 @@ public class LeaseRenewalServiceTestUtil
      * 
      * @param listnr the RemoteListener to wait on
      * @param numberOfEvents the number of events to wait for
-     * @param waitTime the number of milliseconds to wait before timing out
+     * @param timeOutInMillis the number of milliseconds to wait before timing out
      * 
      * @return true if all events were received, false if timeout occurred
      *  */