Skip to content

Commit

Permalink
CLDR-17857 remove the LogKnownIssues for CLDR-15663
Browse files Browse the repository at this point in the history
- no logKnown issue is needed, the test is already correct.
- English translation will not be needed until coverageLocales.txt is updated.
  • Loading branch information
srl295 committed Jul 31, 2024
1 parent e3a0dbb commit 951ebdf
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,7 @@ 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
if (logKnownIssue(
"CLDR-15663",
"English translation should not be required for sub-basic language name")) {
continue; // skip error
}
continue; // skip error if locale is not at least basic. (null means sub-basic)
}
errln("Missing English translation for: " + language + " which is at " + covLevel);
}
Expand Down

0 comments on commit 951ebdf

Please sign in to comment.