This closes #424

This commit is contained in:
Clebert Suconic 2016-03-18 10:11:37 -04:00
commit 923c12c7a4
1 changed files with 1 additions and 6 deletions

View File

@ -246,12 +246,7 @@ public class ConcurrentDeliveryCancelTest extends JMSTestBase {
}
}
if (failed) {
System.err.println("Failed");
System.exit(-1);
}
Assert.assertFalse("test failed, look at the system.out of the test for more infomration", failed);
Assert.assertFalse("test failed, look at the system.out of the test for more information", failed);
}
finally {
connection.close();