[jboss-cvs] JBoss Messaging SVN: r2475 - trunk/tests/src/org/jboss/test/messaging/jms/clustering.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 16:05:50 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-27 16:05:50 -0500 (Tue, 27 Feb 2007)
New Revision: 2475

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteredConnectionFactoryTest.java
Log:
when killing server 0, restart it at the end of the test, in a finally clause

Modified: trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteredConnectionFactoryTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteredConnectionFactoryTest.java	2007-02-27 20:45:09 UTC (rev 2474)
+++ trunk/tests/src/org/jboss/test/messaging/jms/clustering/ClusteredConnectionFactoryTest.java	2007-02-27 21:05:50 UTC (rev 2475)
@@ -86,6 +86,9 @@
          {
             conn.close();
          }
+
+         // need to re-start 0, it's the RMI server the other servers use
+         ServerManagement.start(0, "all");
       }
    }
 




More information about the jboss-cvs-commits mailing list