mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
regexp: fix test data path to hopefully fix text
This commit is contained in:
@@ -31,7 +31,7 @@ public class RegExpParsingTest extends ParsingTestCase {
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return PathManager.getHomePath() + "/community/RegExpSupport/testData/";
|
||||
return PathManager.getHomePath() + "/community/RegExpSupport/testData";
|
||||
}
|
||||
|
||||
public void testSimple1() throws IOException { doCodeTest("|"); }
|
||||
|
||||
Reference in New Issue
Block a user