[jboss-cvs] JBossAS SVN: r72943 - trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 1 12:08:53 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-01 12:08:52 -0400 (Thu, 01 May 2008)
New Revision: 72943

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/ScopedTestCase.java
Log:
Fix assertion order

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/ScopedTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/ScopedTestCase.java	2008-05-01 16:08:13 UTC (rev 72942)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/test/ScopedTestCase.java	2008-05-01 16:08:52 UTC (rev 72943)
@@ -384,7 +384,7 @@
       SessionTestUtil.setCookieDomainToThisServer(client, servers_[0]);
       attr = makeGet(client, baseURL0_ +getUrl);
 
-      assertEquals("Attributes should be the same", attr, attr2);
+      assertEquals("Attributes should be the same", attr2, attr);
       getLog().debug("Exit testNonPrimitiveModifyModifyFromAlternativeNode");
    }
 




More information about the jboss-cvs-commits mailing list