[hornetq-commits] JBoss hornetq SVN: r9531 - trunk/tests/src/org/hornetq/tests/integration/ra.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 12 12:31:36 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-08-12 12:31:35 -0400 (Thu, 12 Aug 2010)
New Revision: 9531

Modified:
   trunk/tests/src/org/hornetq/tests/integration/ra/OutgoingConnectionTest.java
Log:
Changing test to call super.tearDown

Modified: trunk/tests/src/org/hornetq/tests/integration/ra/OutgoingConnectionTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/ra/OutgoingConnectionTest.java	2010-08-12 13:54:32 UTC (rev 9530)
+++ trunk/tests/src/org/hornetq/tests/integration/ra/OutgoingConnectionTest.java	2010-08-12 16:31:35 UTC (rev 9531)
@@ -76,6 +76,7 @@
       {
          resourceAdapter.stop();
       }
+      super.tearDown();
    }
 
    public void testSimpleMessageSendAndReceive() throws Exception



More information about the hornetq-commits mailing list