RegExp: the failure of other tests should not cause this test to fail

This commit is contained in:
Bas Leijdekkers
2017-01-24 09:38:31 +01:00
parent 2aeaa8d66c
commit 9775daf2ab
@@ -87,7 +87,7 @@ public class RegExpCompletionTest extends CodeInsightFixtureTestCase {
@Override
protected String getBasePath() {
String homePath = PathManager.getHomePath();
File candidate = new File(homePath, "community/RegExpSupport");
File candidate = new File(homePath, "community/RegExpSupport/testData/completion");
if (candidate.isDirectory()) {
return "/community/RegExpSupport/testData/completion";
}