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:
Vladimir Krivosheev
2017-04-12 12:18:08 +02:00
parent afe7f86b4a
commit 2892785658
5 changed files with 53 additions and 44 deletions
@@ -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;