mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix PythonConsole.testConsolePrint
This commit is contained in:
@@ -71,9 +71,7 @@ public class PyConsoleTask extends PyExecutionFixtureTestTask {
|
||||
|
||||
@Override
|
||||
public void setUp(final String testName) throws Exception {
|
||||
if (myFixture == null) {
|
||||
super.setUp(testName);
|
||||
}
|
||||
super.setUp(testName);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user