Author: clebert.suconic(a)jboss.com
Date: 2010-09-15 10:25:44 -0400 (Wed, 15 Sep 2010)
New Revision: 9690
Modified:
trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java
Log:
tweak on test
Modified: trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java 2010-09-15
13:00:32 UTC (rev 9689)
+++ trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java 2010-09-15
14:25:44 UTC (rev 9690)
@@ -34,7 +34,6 @@
import org.hornetq.core.config.Configuration;
import org.hornetq.core.config.DivertConfiguration;
import org.hornetq.core.logging.Logger;
-import org.hornetq.core.paging.impl.PageTransactionInfoImpl;
import org.hornetq.core.paging.impl.TestSupportPageStore;
import org.hornetq.core.server.HornetQServer;
import org.hornetq.core.server.Queue;
@@ -268,8 +267,10 @@
threads[i].join();
}
+ assertEquals(0, errors.get());
+
assertEquals(0,
server.getPostOffice().getPagingManager().getTransactions().size());
-
+
}
finally
{