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

/openjdk7/jdk/test/java/util/PluggableLocale/
H A DTimeZoneNameProviderTest.java161 final String LATIME_IN_OSAKA = field in class:TimeZoneNameProviderTest
174 if (!LATIME_IN_OSAKA.equals(latime)) {
175 throw new RuntimeException("Could not get provider's localized name. result: "+latime+" expected: "+LATIME_IN_OSAKA);
179 if (!LATIME_IN_OSAKA.equals(pst)) {
180 throw new RuntimeException("Provider's localized name is not available for an alias ID: "+PST+". result: "+pst+" expected: "+LATIME_IN_OSAKA);
184 if (!LATIME_IN_OSAKA.equals(us_pacific)) {
185 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 29 milliseconds