[hornetq-commits] JBoss hornetq SVN: r9698 - branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 16 11:34:42 EDT 2010


Author: jmesnil
Date: 2010-09-16 11:34:41 -0400 (Thu, 16 Sep 2010)
New Revision: 9698

Modified:
   branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/failover/FailoverTestBase.java
Log:
fix FailoverTest

* do not include backups in the connector list of a server locator

Modified: branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/failover/FailoverTestBase.java
===================================================================
--- branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/failover/FailoverTestBase.java	2010-09-16 14:39:42 UTC (rev 9697)
+++ branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/failover/FailoverTestBase.java	2010-09-16 15:34:41 UTC (rev 9698)
@@ -333,7 +333,7 @@
 
    protected ServerLocatorInternal getServerLocator() throws Exception
    {
-      ServerLocator locator = HornetQClient.createServerLocatorWithHA(getConnectorTransportConfiguration(true), getConnectorTransportConfiguration(false));
+      ServerLocator locator = HornetQClient.createServerLocatorWithHA(getConnectorTransportConfiguration(true));// , getConnectorTransportConfiguration(false));
       return (ServerLocatorInternal) locator;
    }
 



More information about the hornetq-commits mailing list