[jboss-cvs] JBoss Messaging SVN: r6120 - trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 19 20:35:15 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-03-19 20:35:15 -0400 (Thu, 19 Mar 2009)
New Revision: 6120

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/AutomaticFailoverWithDiscoveryTest.java
Log:
small tweak

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/AutomaticFailoverWithDiscoveryTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/AutomaticFailoverWithDiscoveryTest.java	2009-03-20 00:30:55 UTC (rev 6119)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/AutomaticFailoverWithDiscoveryTest.java	2009-03-20 00:35:15 UTC (rev 6120)
@@ -31,7 +31,6 @@
 import org.jboss.messaging.core.exception.MessagingException;
 import org.jboss.messaging.core.logging.Logger;
 import org.jboss.messaging.core.remoting.RemotingConnection;
-import org.jboss.messaging.core.remoting.impl.invm.InVMRegistry;
 import org.jboss.messaging.jms.client.JBossTextMessage;
 import org.jboss.messaging.utils.SimpleString;
 
@@ -180,12 +179,6 @@
    @Override
    protected void tearDown() throws Exception
    {
-      backupService.stop();
-
-      liveService.stop();
-
-      assertEquals(0, InVMRegistry.instance.size());
-
       super.tearDown();
    }
 




More information about the jboss-cvs-commits mailing list