Changeset 11625
- Timestamp:
- 05/12/15 23:45:17 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/cldr-apps/src/org/unicode/cldr/unittest/web/TestSTFactory.java
r11615 r11625 295 295 CLDRLocale locale2 = CLDRLocale.getInstance("de_CH"); 296 296 // Can't (and shouldn't) try to do this test if de_CH is configured as read-only. 297 if (SpecialLocales. getType(locale2).equals(SpecialLocales.Type.readonly)) {297 if (SpecialLocales.Type.readonly.equals(SpecialLocales.getType(locale2))) { 298 298 return; 299 299 }
Note: See TracChangeset
for help on using the changeset viewer.