[jboss-cvs] JBoss Messaging SVN: r2422 - trunk/tests/src/org/jboss/test/messaging/jms.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Feb 24 19:33:26 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-02-24 19:33:26 -0500 (Sat, 24 Feb 2007)
New Revision: 2422
Modified:
trunk/tests/src/org/jboss/test/messaging/jms/LongRunningInvocationTest.java
Log:
killing the poisoned server at the end of the test
Modified: trunk/tests/src/org/jboss/test/messaging/jms/LongRunningInvocationTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/LongRunningInvocationTest.java 2007-02-25 00:06:06 UTC (rev 2421)
+++ trunk/tests/src/org/jboss/test/messaging/jms/LongRunningInvocationTest.java 2007-02-25 00:33:26 UTC (rev 2422)
@@ -36,9 +36,6 @@
import org.jboss.test.messaging.tools.aop.PoisonInterceptor;
/**
- *
- * A LongRunningInvocationTest
- *
* @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
* @version <tt>$Revision: 1.1 $</tt>
*
@@ -92,6 +89,8 @@
ic.close();
+ ServerManagement.kill(0);
+
super.tearDown();
}
More information about the jboss-cvs-commits
mailing list