Author: clebert.suconic(a)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();