[hornetq-commits] JBoss hornetq SVN: r10182 - branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 4 18:47:26 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-04 18:47:26 -0500 (Fri, 04 Feb 2011)
New Revision: 10182

Modified:
   branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
Log:
oops

Modified: branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2011-02-04 23:25:01 UTC (rev 10181)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2011-02-04 23:47:26 UTC (rev 10182)
@@ -112,17 +112,6 @@
       super.tearDown();
    }
 
-   public void testRepeat() throws Exception
-   {
-      for (int i = 0; i < 100; i++)
-      {
-         System.out.println(" ####################### test " + i);
-         testPreparePersistent();
-         tearDown();
-         setUp();
-      }
-   }
-
    public void testPreparePersistent() throws Exception
    {
       clearData();



More information about the hornetq-commits mailing list