[jboss-cvs] JBoss Messaging SVN: r5364 - trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 14 09:43:35 EST 2008
Author: jmesnil
Date: 2008-11-14 09:43:35 -0500 (Fri, 14 Nov 2008)
New Revision: 5364
Modified:
trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/RandomFailoverTest.java
Log:
in tearDown(), clear the InVMRegistry to leave it clean for subsequent tests
Modified: trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/RandomFailoverTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/RandomFailoverTest.java 2008-11-14 13:39:32 UTC (rev 5363)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/cluster/failover/RandomFailoverTest.java 2008-11-14 14:43:35 UTC (rev 5364)
@@ -1452,6 +1452,8 @@
log.info("************ Ended test " + this.getName());
+ InVMRegistry.instance.clear();
+
super.tearDown();
}
More information about the jboss-cvs-commits
mailing list