[Jboss-cvs] JBossAS SVN: r55050 - trunk/testsuite/src/main/org/jboss/test/cluster/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 17:18:30 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-02 17:18:29 -0400 (Wed, 02 Aug 2006)
New Revision: 55050

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java
Log:
Fix log message

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java	2006-08-02 21:16:12 UTC (rev 55049)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/test/ScopedTestCase.java	2006-08-02 21:18:29 UTC (rev 55050)
@@ -256,7 +256,7 @@
 
       // Check the result
       assertEquals("Attributes should be the same after second modify", attr, attr2);
-      getLog().debug("Exit testNonPrimitiveModify");
+      getLog().debug("Exit testNonPrimitiveRepeatedModify");
    }
 
    /**




More information about the jboss-cvs-commits mailing list