fixing hanging test
This commit is contained in:
parent
e847c14b94
commit
c945879dec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue