You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2012/11/08 06:21:05 UTC

svn commit: r1406926 - /river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java

Author: peter_firmstone
Date: Thu Nov  8 05:21:05 2012
New Revision: 1406926

URL: http://svn.apache.org/viewvc?rev=1406926&view=rev
Log:
Fix new recent test failures

Modified:
    river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java

Modified: river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java
URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java?rev=1406926&r1=1406925&r2=1406926&view=diff
==============================================================================
--- river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java (original)
+++ river/jtsk/trunk/qa/src/com/sun/jini/test/spec/lookupservice/test_set03/SimpleModifyLookupAttributes.java Thu Nov  8 05:21:05 2012
@@ -55,8 +55,8 @@ public class SimpleModifyLookupAttribute
     /* Arguments to the constructors of the initial attribute classes */
     private static final Object[][] INITIAL_ATTRS_ARGS =
     { 
-      {"Lookup", "Sun Microsystems, Inc.", "Sun Microsystems, Inc.",
-       VersionConstants.SERVER_VERSION, "", ""},
+      {"Lookup", "Apache River", "Apache foundation",
+	    VersionConstants.SERVER_VERSION, "", ""},
       {"Lookup"},
     };
     /* Argument classes to the constructors of the initial attribute classes */