Skip to content

Commit

Permalink
ICU-20119 Skip & log_knownIssue for Windows LCID mapping problem with…
Browse files Browse the repository at this point in the history
… ckb/ku
  • Loading branch information
pedberg-icu committed Sep 28, 2018
1 parent 0bb3735 commit 0c1fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/test/cintltst/cldrtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ testLCID(UResourceBundle *currentBundle,
log_verbose("WARNING: %-5s resolves to %s (0x%.4x)\n",
localeName, lcidStringC, expectedLCID);
}
else {
else if (!(strcmp(localeName, "ku") == 0 && log_knownIssue("20181", "ICU-20181 Fix LCID mapping for ckb vs ku"))) {
log_err("ERROR: %-5s has 0x%.4x and the number resolves wrongfully to %s\n",
localeName, expectedLCID, lcidStringC);
}
Expand Down

0 comments on commit 0c1fa48

Please sign in to comment.