Moved general JPS test data to common directory.

This commit is contained in:
Evgeny Gerashchenko
2014-01-22 20:08:45 +04:00
parent 55e888604e
commit 9e22c29825
97 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ public class KotlinJpsBuildTest extends AbstractKotlinJpsBuildTestCase {
@Override
public void setUp() throws Exception {
super.setUp();
File sourceFilesRoot = new File(TEST_DATA_PATH + getTestName(false));
File sourceFilesRoot = new File(TEST_DATA_PATH + "general/" + getTestName(false));
workDir = copyTestDataToTmpDir(sourceFilesRoot);
getOrCreateProjectDir();
}
@@ -10,4 +10,4 @@
<orderEntry type="module" module-name="kotlinProject" />
<orderEntry type="library" name="KotlinRuntime" level="project" />
</component>
</module>
</module>