[hornetq-commits] JBoss hornetq SVN: r9361 - trunk/tests/src/org/hornetq/tests/integration/cluster/bridge.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 24 08:43:08 EDT 2010


Author: jmesnil
Date: 2010-06-24 08:43:07 -0400 (Thu, 24 Jun 2010)
New Revision: 9361

Modified:
   trunk/tests/src/org/hornetq/tests/integration/cluster/bridge/BridgeWithPagingTest.java
Log:
oops! enabled the test by mistake, disable it again

Modified: trunk/tests/src/org/hornetq/tests/integration/cluster/bridge/BridgeWithPagingTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/cluster/bridge/BridgeWithPagingTest.java	2010-06-24 12:41:35 UTC (rev 9360)
+++ trunk/tests/src/org/hornetq/tests/integration/cluster/bridge/BridgeWithPagingTest.java	2010-06-24 12:43:07 UTC (rev 9361)
@@ -76,7 +76,7 @@
    }
    
    // https://jira.jboss.org/browse/HORNETQ-382
-   public void testReconnectWithPaging() throws Exception
+   public void _testReconnectWithPaging() throws Exception
    {
       final byte[] content = new byte[2048]; // 2 kiB
       for (int i=0; i < content.length; ++i) {



More information about the hornetq-commits mailing list