mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-10745 Remove other logKnownIssue for #10405, fixed in CLDR 25
X-SVN-Rev: 35468
This commit is contained in:
parent
4cbc737493
commit
c9b9cf52d2
1 changed files with 4 additions and 6 deletions
|
@ -1024,12 +1024,10 @@ static void VerifyTranslation(void) {
|
|||
log_err("error ures_getStringByIndex(%d) returned %s\n", idx, u_errorName(errorCode));
|
||||
continue;
|
||||
}
|
||||
if (uprv_strstr(currLoc, "uz_Arab") != currLoc || !log_knownIssue("10405", "skipping exemplar check: %s", currLoc)) { /* TODO: FIX or REMOVE this test! */
|
||||
strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
|
||||
if (strIdx >= 0) {
|
||||
log_err("getMonthNames(%s, %d) at index %d returned characters not in the exemplar characters: %04X.\n",
|
||||
currLoc, idx, strIdx, badChar);
|
||||
}
|
||||
strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
|
||||
if (strIdx >= 0) {
|
||||
log_err("getMonthNames(%s, %d) at index %d returned characters not in the exemplar characters: %04X.\n",
|
||||
currLoc, idx, strIdx, badChar);
|
||||
}
|
||||
}
|
||||
ures_close(resArray);
|
||||
|
|
Loading…
Add table
Reference in a new issue