regexp: fix test data path to hopefully fix text

This commit is contained in:
Bas Leijdekkers
2016-06-28 19:55:43 +02:00
parent bd258f4a83
commit db262e3b45

View File

@@ -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("|"); }