fixing hanging test
This commit is contained in:
parent
e847c14b94
commit
c945879dec
|
@ -87,12 +87,12 @@ public class IncompatibleVersionTest extends ActiveMQTestBase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@After
|
@After
|
||||||
public void tearDown() {
|
public void tearDown() throws Exception {
|
||||||
connection.destroy();
|
connection.destroy();
|
||||||
|
|
||||||
closeServerLocator(locator);
|
closeServerLocator(locator);
|
||||||
stopComponent(server);
|
stopComponent(server);
|
||||||
// You CANNOT CALL super.tearDown();
|
super.tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue