Fixed running Python plugin tests in IntelliJ

The tests used to depend on python-community-tests, so some components
from IdeaPlugin.xml didn't get initialized. Added a dependency on
Python Community plugin resources for the correct plugin.xml.
This commit is contained in:
Andrey Vlasovskikh
2015-07-01 02:11:45 +03:00
parent 6e8713e25c
commit 1c7992ec75
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,10 +14,10 @@
<orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
<orderEntry type="module" module-name="java-impl" />
<orderEntry type="module" module-name="IntelliLang-java" scope="RUNTIME" />
<orderEntry type="module" module-name="python-community-tests" />
<orderEntry type="module" module-name="python-community-plugin" />
<orderEntry type="module" module-name="python-community" />
<orderEntry type="module" module-name="IntelliLang-xml" scope="RUNTIME" />
<orderEntry type="module" module-name="python-community-plugin-resources" scope="RUNTIME" />
</component>
</module>