[jboss-cvs] JBoss Messaging SVN: r3319 - branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 13 13:15:04 EST 2007


Author: timfox
Date: 2007-11-13 13:15:04 -0500 (Tue, 13 Nov 2007)
New Revision: 3319

Modified:
   branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering/SingletonCFTest.java
Log:
Make sure servers are killed


Modified: branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering/SingletonCFTest.java
===================================================================
--- branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering/SingletonCFTest.java	2007-11-13 15:25:16 UTC (rev 3318)
+++ branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/clustering/SingletonCFTest.java	2007-11-13 18:15:04 UTC (rev 3319)
@@ -246,7 +246,12 @@
 
    protected void setUp() throws Exception
    {
-      super.setUp();
+      super.setUp();     
+   }
+
+   protected void tearDown() throws Exception
+   {
+      super.tearDown();
       
       for (int i = ServerManagement.MAX_SERVER_COUNT - 1; i >=0; i--)
       {
@@ -254,12 +259,7 @@
       }
    }
 
-   protected void tearDown() throws Exception
-   {
-      super.tearDown();
-   }
 
-
    // Private --------------------------------------------------------------------------------------
       
    private void deployCF(String name, int node) throws Exception




More information about the jboss-cvs-commits mailing list