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

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jun 5 23:15:14 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-05 23:15:13 -0400 (Sun, 05 Jun 2011)
New Revision: 10775

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

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-06-06 03:12:33 UTC (rev 10774)
+++ branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2011-06-06 03:15:13 UTC (rev 10775)
@@ -3677,18 +3677,6 @@
       }
    }
    
-   public void testLoop() throws Exception
-   {
-      for (int i = 0 ; i < 1000; i++)
-      {
-         log.warn("#test " + i);
-         testDLAOnLargeMessageAndPaging();
-         tearDown();
-         setUp();
-      }
-      
-   }
-   
    public void testDLAOnLargeMessageAndPaging() throws Exception
    {
       clearData();



More information about the hornetq-commits mailing list