[hornetq-commits] JBoss hornetq SVN: r9092 - trunk/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Apr 10 08:51:48 EDT 2010


Author: timfox
Date: 2010-04-10 08:51:46 -0400 (Sat, 10 Apr 2010)
New Revision: 9092

Modified:
   trunk/tests/src/org/hornetq/tests/integration/client/ConsumerRoundRobinTest.java
Log:
oops removed endless loop

Modified: trunk/tests/src/org/hornetq/tests/integration/client/ConsumerRoundRobinTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/client/ConsumerRoundRobinTest.java	2010-04-10 10:47:48 UTC (rev 9091)
+++ trunk/tests/src/org/hornetq/tests/integration/client/ConsumerRoundRobinTest.java	2010-04-10 12:51:46 UTC (rev 9092)
@@ -35,20 +35,6 @@
 
    public final SimpleString queueA = new SimpleString("queueA");
 
-   public void test() throws Exception
-   {
-      for (int i = 0; i < 100000; i++)
-      {
-         log.info("**** ITER " + i + "\n\n\n\n\n\n");
-         
-         this.testConsumersRoundRobinCorrectly();
-         
-         tearDown();
-         
-         setUp();
-      }
-   }
-   
    public void testConsumersRoundRobinCorrectly() throws Exception
    {
       HornetQServer server = createServer(false);



More information about the hornetq-commits mailing list