Clear runnables list on teardown

This commit is contained in:
Dmitry Jemerov
2017-03-24 14:33:56 +01:00
parent 1d7ee97ae8
commit bc40528680
@@ -143,6 +143,7 @@ public abstract class ExecutionWithDebuggerToolsTestCase extends ExecutionTestCa
myDebugProcess = null;
myPauseScriptListener = null;
myRatherLaterRequests.clear();
myScriptRunnables.clear();
super.tearDown();
}
finally {