Searched refs:LATIME_IN_OSAKA (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java191 final String LATIME_IN_OSAKA = field in class:TimeZoneNameProviderTest
204 if (!LATIME_IN_OSAKA.equals(latime)) {
205 throw new RuntimeException("Could not get provider's localized name. result: "+latime+" expected: "+LATIME_IN_OSAKA);
209 if (!LATIME_IN_OSAKA.equals(pst)) {
210 throw new RuntimeException("Provider's localized name is not available for an alias ID: "+PST+". result: "+pst+" expected: "+LATIME_IN_OSAKA);
214 if (!LATIME_IN_OSAKA.equals(us_pacific)) {
215 throw new RuntimeException("Provider's localized name is not available for an alias ID: "+US_PACIFIC+". result: "+us_pacific+" expected: "+LATIME_IN_OSAKA);

Completed in 44 milliseconds