Fixed JetJavaLibCompletionTest on non-windows machines.

This commit is contained in:
Zalim Bashorov
2013-10-21 19:06:28 +04:00
parent ea2b6e4546
commit 14ca06c6c2
@@ -31,7 +31,7 @@ public abstract class AbstractJavaWithLibCompletionTest extends JetFixtureComple
if (PluginTestCaseBase.isAllFilesPresentTest(getTestName(true))) {
return super.getProjectDescriptor();
}
return new JdkAndMockLibraryProjectDescriptor(TEST_PATH + "/" + getTestName(true) + "Src", false);
return new JdkAndMockLibraryProjectDescriptor(TEST_PATH + "/" + getTestName(false) + "Src", false);
}
@Override