ARTEMIS-442 - [Artemis Testsuite] ConcurrentDeliveryCancelTest#testConcurrentCancels calls System.exit
This commit is contained in:
parent
57c1c338ea
commit
edadc79c5f
|
@ -246,12 +246,7 @@ public class ConcurrentDeliveryCancelTest extends JMSTestBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (failed) {
|
Assert.assertFalse("test failed, look at the system.out of the test for more information", failed);
|
||||||
System.err.println("Failed");
|
|
||||||
System.exit(-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
Assert.assertFalse("test failed, look at the system.out of the test for more infomration", failed);
|
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
connection.close();
|
connection.close();
|
||||||
|
|
Loading…
Reference in New Issue