sql test dependencies

This commit is contained in:
Gregory.Shrago
2013-05-29 20:32:06 +04:00
parent cc1706609a
commit a22b8fc8d8
@@ -150,7 +150,13 @@ public abstract class PlatformTestCase extends UsefulTestCase implements DataPro
if (resource == null) {
resource = PlatformTestCase.class.getClassLoader().getResource("idea/IdeaApplicationInfo.xml");
if (resource == null) {
setPlatformPrefix("PlatformLangXml");
resource = PlatformTestCase.class.getClassLoader().getResource("META-INF/UltimateLangXmlPlugin.xml");
if (resource == null) {
setPlatformPrefix("PlatformLangXml");
}
else {
setPlatformPrefix("UltimateLangXml");
}
}
else {
setPlatformPrefix("Idea");