< prev index next >

test/jdk/java/util/Locale/LocaleProvidersRun.java

Print this page

        

*** 23,33 **** /* * @test * @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577 * 8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006 ! * 8150432 8215913 * @summary tests for "java.locale.providers" system property * @library /test/lib * @build LocaleProviders * providersrc.spi.src.tznp * providersrc.spi.src.tznp8013086 --- 23,33 ---- /* * @test * @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577 * 8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006 ! * 8150432 8215913 8220227 * @summary tests for "java.locale.providers" system property * @library /test/lib * @build LocaleProviders * providersrc.spi.src.tznp * providersrc.spi.src.tznp8013086
*** 146,155 **** --- 146,161 ---- if (defFmtLang.equals("zh") && defFmtCtry.equals("CN")) { testRun("JRE,HOST", "bug8027289Test", "FFE5", "", ""); testRun("COMPAT,HOST", "bug8027289Test", "FFE5", "", ""); testRun("HOST", "bug8027289Test", "00A5", "", ""); } + + //testing 8220227 fix. (Windows only) + if (!defLang.equals("en")) { + testRun("HOST", "bug8220227Test", "", "", ""); + } + } private static void testRun(String prefList, String methodName, String param1, String param2, String param3) throws Throwable{ JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java");
< prev index next >