mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not hang tests on assertion
This commit is contained in:
@@ -138,6 +138,7 @@ public abstract class ExecutionWithDebuggerToolsTestCase extends ExecutionTestCa
|
||||
}
|
||||
catch (AssertionError e) {
|
||||
addException(e);
|
||||
paused(suspendContext);
|
||||
}
|
||||
|
||||
if (myScriptRunnables.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user