[hornetq-commits] JBoss hornetq SVN: r10972 - branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 13 02:09:17 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-13 02:09:16 -0400 (Wed, 13 Jul 2011)
New Revision: 10972

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/failover/GroupingFailoverSharedServerTest.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/failover/GroupingFailoverSharedServerTest.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/failover/GroupingFailoverSharedServerTest.java	2011-07-13 06:08:34 UTC (rev 10971)
+++ branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/integration/cluster/failover/GroupingFailoverSharedServerTest.java	2011-07-13 06:09:16 UTC (rev 10972)
@@ -12,16 +12,7 @@
  */
 package org.hornetq.tests.integration.cluster.failover;
 
-import java.util.Map;
 
-import org.hornetq.api.core.TransportConfiguration;
-import org.hornetq.core.config.Configuration;
-import org.hornetq.core.config.impl.ConfigurationImpl;
-import org.hornetq.core.server.HornetQServer;
-import org.hornetq.core.server.HornetQServers;
-import org.hornetq.core.server.impl.InVMNodeManager;
-import org.hornetq.tests.util.ServiceTestBase;
-
 /**
  * @author <a href="mailto:andy.taylor at jboss.org">Andy Taylor</a>
  *         Created Oct 26, 2009
@@ -34,4 +25,4 @@
    {
       return true;
    }
-}
+}  



More information about the hornetq-commits mailing list