test/java/util/Calendar/Bug8075548.java

Print this page

        

@@ -40,11 +40,11 @@
         String[][] FORMAT_PAIRS = {
             { "LLLL", "MMMM" },
             { "LLL",  "MMM" }
         };
         Locale[] LOCALES = {
-            Locale.ENGLISH, Locale.FRENCH, Locale.GERMAN, Locale.JAPANESE
+            Locale.ENGLISH, Locale.JAPANESE
         };
 
         for (Locale locale : LOCALES) {
             for (String[] formats : FORMAT_PAIRS) {
                 String el = new SimpleDateFormat(formats[0], locale).format(date);