mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RegExp: the failure of other tests should not cause this test to fail
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user