do not hang tests on assertion

This commit is contained in:
Egor.Ushakov
2015-06-11 20:45:26 +03:00
parent 25b18ddc84
commit 2cf7de6d52
@@ -138,6 +138,7 @@ public abstract class ExecutionWithDebuggerToolsTestCase extends ExecutionTestCa
}
catch (AssertionError e) {
addException(e);
paused(suspendContext);
}
if (myScriptRunnables.isEmpty()) {