< prev index next >

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

Print this page
rev 56794 : [mq]: 8232871

*** 154,163 **** --- 154,166 ---- testRun("HOST", "bug8220227Test", "", "", ""); } //testing 8228465 fix. (Windows only) testRun("HOST", "bug8228465Test", "", "", ""); + + //testing 8232871 fix. (macOS only) + testRun("HOST", "bug8232871Test", "", "", ""); } private static void testRun(String prefList, String methodName, String param1, String param2, String param3) throws Throwable{ JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java");
< prev index next >