Move all tests and service classes for test to separate module

GitOrigin-RevId: 277d91be9d83cf4df38c2193ac923c2de2da114c
This commit is contained in:
Stanislav Utikeev
2019-10-21 13:24:51 +03:00
committed by intellij-monorepo-bot
parent 5a2483751f
commit 192a0355ad
25 changed files with 23 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
@@ -22,6 +21,5 @@
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.platform.serviceContainer" />
<orderEntry type="library" name="JUnit4" level="project" scope="TEST"/>
</component>
</module>