Skip to content

Commit 6dc535f

Browse files
committed
allow access to testdata path for tests
1 parent 37f55c2 commit 6dc535f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/intellij/plugins/haxe/HaxeCodeInsightFixtureTestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ protected void setUp() throws Exception {
8888
moduleFixtureBuilder.addSourceContentRoot(myHaxeToolkit);
8989
}
9090

91+
moduleFixtureBuilder.addContentRoot(getTestDataPath());
92+
9193
tuneFixture(moduleFixtureBuilder);
9294

9395
myFixture.setTestDataPath(getTestDataPath());

0 commit comments

Comments
 (0)