changeset 12648:5e6c2abc4b45

8134520: Bug8134250 test fails in en_IE locale Reviewed-by: lancea
author naoto
date Wed, 26 Aug 2015 10:44:37 -0700
parents 3c5bf5238cb3
children f0435c3215ab
files test/sun/util/resources/cldr/Bug8134250.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/util/resources/cldr/Bug8134250.java	Wed Aug 26 06:48:33 2015 -0700
+++ b/test/sun/util/resources/cldr/Bug8134250.java	Wed Aug 26 10:44:37 2015 -0700
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 8134250
+ * @bug 8134250 8134520
  * @summary Tests CLDR/LDML features are correctly reflected in JDK.
  * @run main/othervm -Djava.locale.providers=CLDR Bug8134250
  */
@@ -61,6 +61,7 @@
         Chronology chrono = Chronology.ofLocale(locale);
         dtf = DateTimeFormatter
             .ofLocalizedDate(FormatStyle.FULL)
+            .withLocale(locale)
             .withChronology(chrono);
         result = dtf.format(d);
         System.out.println(dtf.format(d));