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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 6 04:18:16 EDT 2010


Author: ataylor
Date: 2010-10-06 04:18:15 -0400 (Wed, 06 Oct 2010)
New Revision: 9757

Modified:
   branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterWithBackupTest.java
Log:
fixed clustere with backup test

Modified: branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterWithBackupTest.java
===================================================================
--- branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterWithBackupTest.java	2010-10-06 07:23:16 UTC (rev 9756)
+++ branches/2_2_0_HA_Improvements/tests/src/org/hornetq/tests/integration/cluster/distribution/ClusterWithBackupTest.java	2010-10-06 08:18:15 UTC (rev 9757)
@@ -115,9 +115,9 @@
    protected void setupServers() throws Exception
    {
       // The backups
-      setupServer(0, isFileStorage(), isNetty(), true, -1, true);
-      setupServer(1, isFileStorage(), isNetty(), true, -1, true);
-      setupServer(2, isFileStorage(), isNetty(), true, -1, true);
+      setupServer(0, isFileStorage(), isNetty(), true, 3, true);
+      setupServer(1, isFileStorage(), isNetty(), true, 4, true);
+      setupServer(2, isFileStorage(), isNetty(), true, 5, true);
 
       // The lives
       setupServer(3, isFileStorage(), isNetty(), 0, true);



More information about the hornetq-commits mailing list