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