< prev index next >

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

Print this page
rev 55815 : [mq]: 8228465

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577
  *      8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006
- *      8150432 8215913 8220227
+ *      8150432 8215913 8220227 8228465
  * @summary tests for "java.locale.providers" system property
  * @library /test/lib
  * @build LocaleProviders
  *        providersrc.spi.src.tznp
  *        providersrc.spi.src.tznp8013086

@@ -152,10 +152,12 @@
         //testing 8220227 fix. (Windows only)
         if (!defLang.equals("en")) {
             testRun("HOST", "bug8220227Test", "", "", "");
         }
 
+        //testing 8228465 fix. (Windows only)
+        testRun("HOST", "bug8228465Test", "", "", "");
     }
 
     private static void testRun(String prefList, String methodName,
             String param1, String param2, String param3) throws Throwable{
         JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("java");
< prev index next >