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 @Override
public void setUp() throws Exception { public void setUp() throws Exception {
super.setUp(); super.setUp();
File sourceFilesRoot = new File(TEST_DATA_PATH + getTestName(false)); File sourceFilesRoot = new File(TEST_DATA_PATH + "general/" + getTestName(false));
workDir = copyTestDataToTmpDir(sourceFilesRoot); workDir = copyTestDataToTmpDir(sourceFilesRoot);
getOrCreateProjectDir(); getOrCreateProjectDir();
} }
@@ -10,4 +10,4 @@
<orderEntry type="module" module-name="kotlinProject" /> <orderEntry type="module" module-name="kotlinProject" />
<orderEntry type="library" name="KotlinRuntime" level="project" /> <orderEntry type="library" name="KotlinRuntime" level="project" />
</component> </component>
</module> </module>