[jboss-cvs] JBoss Messaging SVN: r6024 - trunk/tests/src/org/jboss/messaging/tests/stress/remote.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 10:26:56 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-06 10:26:55 -0500 (Fri, 06 Mar 2009)
New Revision: 6024

Modified:
   trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java
Log:
typo

Modified: trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java	2009-03-06 15:24:20 UTC (rev 6023)
+++ trunk/tests/src/org/jboss/messaging/tests/stress/remote/PingStressTest.java	2009-03-06 15:26:55 UTC (rev 6024)
@@ -230,7 +230,7 @@
                   ClientSession session;
 
                   // Sometimes we use the SessionFactory declared on this thread, sometimes the SessionFactory declared
-                  // on the test, sharing it with other tests
+                  // on the test, sharing it with other threads
                   // (playing a possible user behaviour where you share the Factories among threads, versus not sharing
                   // them)
                   if (RandomUtil.randomBoolean())




More information about the jboss-cvs-commits mailing list