mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix RunConfigurableTest (we must sort folder names)
Why did it work prevously? Because prevously it was sideeffect of sorting in the loadState of workspace RC. Now we don't perform such sort (and should not).
This commit is contained in:
@@ -534,11 +534,6 @@ public abstract class DebuggerTestCase extends ExecutionWithDebuggerToolsTestCas
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getUniqueID() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public RunProfileState getState(@NotNull Executor executor, @NotNull ExecutionEnvironment env) throws ExecutionException {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user