[hornetq-commits] JBoss hornetq SVN: r12267 - trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 8 11:06:29 EST 2012


Author: borges
Date: 2012-03-08 11:06:28 -0500 (Thu, 08 Mar 2012)
New Revision: 12267

Modified:
   trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedPagedFailoverTest.java
Log:
Fix hanging test: Reverted code would never return. (AND Paged messages cannot be browsed)

Modified: trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedPagedFailoverTest.java
===================================================================
--- trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedPagedFailoverTest.java	2012-03-08 16:06:09 UTC (rev 12266)
+++ trunk/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/ReplicatedPagedFailoverTest.java	2012-03-08 16:06:28 UTC (rev 12267)
@@ -20,12 +20,6 @@
    @Override
    public void testFailWithBrowser() throws Exception
    {
-      int i = 0;
-      while(true)
-      {
-         testCreateNewFactoryAfterFailover();
-         tearDown();
-         setUp();
-      }
+      // paged messages are not available for browsing
    }
 }



More information about the hornetq-commits mailing list