[jboss-cvs] JBoss Messaging SVN: r5938 - trunk/tests/src/org/jboss/messaging/tests/integration/clientcrash.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 09:27:07 EST 2009


Author: jmesnil
Date: 2009-02-26 09:27:06 -0500 (Thu, 26 Feb 2009)
New Revision: 5938

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/clientcrash/ClientCrashTest.java
Log:
fixed tearDown fixture

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/clientcrash/ClientCrashTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/clientcrash/ClientCrashTest.java	2009-02-26 13:55:01 UTC (rev 5937)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/clientcrash/ClientCrashTest.java	2009-02-26 14:27:06 UTC (rev 5938)
@@ -177,6 +177,8 @@
    protected void tearDown() throws Exception
    {
       sf.close();
+      
+      super.tearDown();
    }
 
    // Protected -----------------------------------------------------




More information about the jboss-cvs-commits mailing list