Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8134916

LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data

XMLWordPrintable

    • b99
    • generic
    • generic

      sun/text/resources/LocaleDataTest.java fails in jake after restoring CLDRLocaleProviderAdapter.getCandidateLocales(). The following is one of failed test items.

      Mismatch in FormatData/en_GB/DatePatterns/0:
         file = "EEEE, MMMM d, y"
          jvm = "EEEE, d MMMM y"

      However, FormatData_en_001 contains the following.

                   { "DatePatterns",
                       new String[] {
                           "EEEE, d MMMM y",
                           "d MMMM y",
                           "d MMM y",
                           "dd/MM/y",
                       }
                   },

      The jvm output looks correct. LocaleData.cldr needs review.

            naoto Naoto Sato
            okutsu Masayoshi Okutsu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: