Author: clebert.suconic(a)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
Show replies by date