Move android-sdk to the end of the dependency list so that our newer junit will take precendence over the built-in junit. Also fixes in-IDE tests.

This commit is contained in:
Andrew Chen 2012-04-17 10:33:35 -07:00
parent 32ae7bad9c
commit 05fbfc635a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="true" />
</content> </content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library"> <orderEntry type="module-library">
<library> <library>
@ -103,6 +102,7 @@
<SOURCES /> <SOURCES />
</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="inheritedJdk" />
</component> </component>
</module> </module>