mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CustomResourceBundleTest fixed to work on any locales environment
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ public class CustomResourceBundleTest extends LightPlatformCodeInsightFixtureTes
|
||||
assertTrue(bundle.getDefaultPropertiesFile().equals(bundle2.getDefaultPropertiesFile()));
|
||||
assertEquals("prop_core", bundle.getBaseName());
|
||||
|
||||
assertEquals("English", propertiesFile.getLocale().getDisplayLanguage());
|
||||
assertEquals("Finnish", propertiesFile2.getLocale().getDisplayLanguage());
|
||||
assertNotSame(propertiesFile.getLocale().getLanguage(), propertiesFile.getLocale().getDisplayLanguage());
|
||||
assertNotSame(propertiesFile2.getLocale().getLanguage(), propertiesFile2.getLocale().getDisplayLanguage());
|
||||
}
|
||||
|
||||
public void testPropertiesFileNotAssociatedWhileLanguageCodeNotRecognized() {
|
||||
|
||||
Reference in New Issue
Block a user