test/java/util/PluggableLocale/DateFormatSymbolsProviderTest.java

Print this page
rev 6352 : imported patch 7162007

*** 60,70 **** void objectValidityTest() { for (Locale target: availloc) { // pure JRE implementation ! ResourceBundle rb = LocaleProviderAdapter.forJRE().getLocaleData().getDateFormatData(target); boolean jreSupportsLocale = jreimplloc.contains(target); // JRE string arrays String[][] jres = new String[6][]; if (jreSupportsLocale) { --- 60,70 ---- void objectValidityTest() { for (Locale target: availloc) { // pure JRE implementation ! ResourceBundle rb = ((ResourceBundleBasedAdapter)LocaleProviderAdapter.forJRE()).getLocaleData().getDateFormatData(target); boolean jreSupportsLocale = jreimplloc.contains(target); // JRE string arrays String[][] jres = new String[6][]; if (jreSupportsLocale) {