ARTEMIS-442 - [Artemis Testsuite] ConcurrentDeliveryCancelTest#testConcurrentCancels calls System.exit

This commit is contained in:
Erich Duda 2016-03-18 09:35:40 +01:00
parent 57c1c338ea
commit edadc79c5f
1 changed files with 1 additions and 6 deletions

View File

@ -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();