mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
sql test dependencies
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user