[jboss-cvs] JBossAS SVN: r57342 - branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 1 21:51:08 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-10-01 21:51:07 -0400 (Sun, 01 Oct 2006)
New Revision: 57342

Modified:
   branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java
Log:
Minor comment fix

Modified: branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java
===================================================================
--- branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java	2006-10-02 01:28:15 UTC (rev 57341)
+++ branches/Branch_4_0/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java	2006-10-02 01:51:07 UTC (rev 57342)
@@ -293,9 +293,9 @@
       assertTrue("TEST_PERSON should not be an attribute", attrList1.indexOf("TEST_PERSON") == -1);
       
       sleepThread(DEFAULT_SLEEP);
-      // Make connection to server 1 and get
+      // Make connection to server 0 and get
       setCookieDomainToThisServer(client, servers_[0]);
-      // Session is invlaidated. Should have not OK response.
+      // Attribute is now null. Should have not OK response.
       makeGetFailed(client, baseURL0_ +getUrl);
 
       // Confirm the attribute is gone from the list




More information about the jboss-cvs-commits mailing list