fixing hanging test

This commit is contained in:
Clebert Suconic 2016-01-11 21:00:48 -05:00
parent e847c14b94
commit c945879dec
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@ public class IncompatibleVersionTest extends ActiveMQTestBase {
@Override
@After
public void tearDown() {
public void tearDown() throws Exception {
connection.destroy();
closeServerLocator(locator);
stopComponent(server);
// You CANNOT CALL super.tearDown();
super.tearDown();
}
@Test