Tests: do not put breakpoint at empty line

This commit is contained in:
Elizaveta Shashkova
2016-09-23 15:28:17 +03:00
parent 23731ae9ad
commit 32242cad4c
2 changed files with 2 additions and 3 deletions
@@ -1078,14 +1078,13 @@ public class PythonDebuggerTest extends PyEnvTestCase {
});
}
//TODO: fix me as I don't work properly sometimes (something connected with process termination on agent)
@Staging
@Test
public void testResume() throws Exception {
runPythonTest(new PyDebuggerTask("/debug", "Test_Resume.py") {
runPythonTest(new PyDebuggerTask("/debug", "test_resume.py") {
@Override
public void before() throws Exception {
toggleBreakpoint(getScriptName(), 2);
toggleBreakpoint(getScriptName(), 1);
}
@Override