diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java index f0fe9fe02b9..e4e49214a15 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/LikelySubtagsTest.java @@ -350,9 +350,9 @@ public void TestMissingInfoForLanguage() { if (englishName == null) { Level covLevel = ccl.getEffectiveCoverageLevel(language); if (covLevel == null || !covLevel.isAtLeast(Level.BASIC)) { - // https://unicode-org.atlassian.net/browse/CLDR-15663 + // https://unicode-org.atlassian.net/browse/CLDR-17857 if (logKnownIssue( - "CLDR-15663", + "CLDR-17857", "English translation should not be required for sub-basic language name")) { continue; // skip error } diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestExampleGenerator.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestExampleGenerator.java index 42e48b85783..0b2adb78db5 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestExampleGenerator.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestExampleGenerator.java @@ -2085,22 +2085,22 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Add examples of date intervals", + "CLDR-17945 Add examples of date intervals", "//ldml/dates/calendars/calendar[@type=\"*\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"*\"]/greatestDifference[@id=\"*\"]", "*" }, { - "CLDR-17756 Show \"{0} ¤¤\" with formatted number and ISO code, eg {0} ¤¤ becomes 3,5 EUR", + "CLDR-17945 Show \"{0} ¤¤\" with formatted number and ISO code, eg {0} ¤¤ becomes 3,5 EUR", "//ldml/numbers/currencyFormats[@numberSystem=\"*\"]/currencyPatternAppendISO", "*" }, { - "CLDR-17756 Show 2 currencies with pattern, eg EUR ➔ USD", + "CLDR-17945 Show 2 currencies with pattern, eg EUR ➔ USD", "//ldml/numbers/currencies/currency[@type=\"*\"]/displayName", "*" }, { - "CLDR-17756 Show as part of a locale name", + "CLDR-17945 Show as part of a locale name", "//ldml/localeDisplayNames/keys/key[@type=\"*\"]" + "//ldml/localeDisplayNames/measurementSystemNames/measurementSystemName[@type=\"*\"]" + "//ldml/localeDisplayNames/subdivisions/subdivision[@type=\"*\"]" @@ -2108,7 +2108,7 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Show using two months, eg Januar - Juni", + "CLDR-17945 Show using two months, eg Januar - Juni", "//ldml/dates/calendars/calendar[@type=\"*\"]/dateTimeFormats/intervalFormats/intervalFormatFallback", "*" }, @@ -2119,14 +2119,14 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Show font with field, eg: Helvetica (kursiv), Helvetica (Kursivstellung), Helvetica (vertikale Brüch)", + "CLDR-17945 Show font with field, eg: Helvetica (kursiv), Helvetica (Kursivstellung), Helvetica (vertikale Brüch)", "//ldml/typographicNames/styleName[@type=\"*\"][@subtype=\"*\"]" + "//ldml/typographicNames/axisName[@type=\"*\"]" + "//ldml/typographicNames/featureName[@type=\"*\"]", "*" }, { - "CLDR-17756 Show in date with both variants: formatting and standalone. That way people can see what difference it makes, eg between MMMM and LLLL", + "CLDR-17945 Show in date with both variants: formatting and standalone. That way people can see what difference it makes, eg between MMMM and LLLL", "//ldml/dates/calendars/calendar[@type=\"*\"]/days/dayContext[@type=\"*\"]/dayWidth[@type=\"*\"]/day[@type=\"*\"]" + "//ldml/dates/calendars/calendar[@type=\"*\"]/months/monthContext[@type=\"*\"]/monthWidth[@type=\"*\"]/month[@type=\"*\"]" + "//ldml/dates/calendars/calendar[@type=\"*\"]/months/monthContext[@type=\"*\"]/monthWidth[@type=\"*\"]/month[@type=\"*\"][@yeartype=\"*\"]" @@ -2134,12 +2134,12 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Show pattern with example", + "CLDR-17945 Show pattern with example", "//ldml/dates/fields/field[@type=\"*\"]/relativePeriod", "*" }, { - "CLDR-17756 Show sample name with 2 different values", + "CLDR-17945 Show sample name with 2 different values", "//ldml/personNames/foreignSpaceReplacement" + "//ldml/personNames/initialPattern[@type=\"*\"]" + "//ldml/personNames/nativeSpaceReplacement" @@ -2148,12 +2148,12 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Show two units with pattern, eg 'Meter ➔ Fuß'", + "CLDR-17945 Show two units with pattern, eg 'Meter ➔ Fuß'", "//ldml/units/unitLength[@type=\"*\"]/unit[@type=\"*\"]/displayName", "*" }, { - "CLDR-17756 Show with {0}: {0}, eg Monat: Januar", + "CLDR-17945 Show with {0}: {0}, eg Monat: Januar", "//ldml/dates/fields/field[@type=\"*\"]/displayName", "*" }, @@ -2163,30 +2163,30 @@ public VoterInfo getVoterInfo() { "*" }, { - "CLDR-17756 Show with formattted date, including era", + "CLDR-17945 Show with formattted date, including era", "//ldml/dates/calendars/calendar[@type=\"*\"]/eras/eraAbbr/era[@type=\"*\"]\n" + "//ldml/dates/calendars/calendar[@type=\"*\"]/eras/eraNames/era[@type=\"*\"]", "*" }, { - "CLDR-17756 Show with pattern, eg '30° Süd'", + "CLDR-17945 Show with pattern, eg '30° Süd'", "//ldml/units/unitLength[@type=\"*\"]/coordinateUnit/coordinateUnitPattern[@type=\"*\"]", "*" }, { - "CLDR-17756 Show with pattern, eg Richtung: 30° Süd", + "CLDR-17945 Show with pattern, eg Richtung: 30° Süd", "//ldml/units/unitLength[@type=\"*\"]/coordinateUnit/displayName", "*" }, { - "CLDR-17756 Show with sample characters (where possible, emoji)", + "CLDR-17945 Show with sample characters (where possible, emoji)", "//ldml/characterLabels/characterLabelPattern[@type=\"*\"][@count=\"*\"]\n" + "//ldml/characterLabels/characterLabel[@type=\"*\"]\n" + "//ldml/characterLabels/characterLabelPattern[@type=\"*\"]", "*" }, { - "CLDR-17756 Use gender minimal pair patterns to show in context — look at the minimal pair examples, reversing the background", + "CLDR-17945 Use gender minimal pair patterns to show in context — look at the minimal pair examples, reversing the background", "//ldml/units/unitLength[@type=\"*\"]/unit[@type=\"*\"]/gender", "*" } diff --git a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestPaths.java b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestPaths.java index a597557aeb4..d1180576f2c 100644 --- a/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestPaths.java +++ b/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestPaths.java @@ -139,7 +139,7 @@ public void TestPathHeadersAndValues() { for (Iterator it = file.iterator(); it.hasNext(); ) { String path = it.next(); if (isExemptLocale && path.equals(exemptPathIfLocale)) { - logKnownIssue("CLDR-17544", "Can't reproduce locally"); + logKnownIssue("CLDR-17849", "Can't reproduce locally"); continue; } if (extraPaths.contains(path)) {