]> granicus.if.org Git - icu/commitdiff
ICU-10745 Remove other logKnownIssue for #10405, fixed in CLDR 25
authorPeter Edberg <pedberg@unicode.org>
Thu, 13 Mar 2014 23:02:10 +0000 (23:02 +0000)
committerPeter Edberg <pedberg@unicode.org>
Thu, 13 Mar 2014 23:02:10 +0000 (23:02 +0000)
X-SVN-Rev: 35468

icu4c/source/test/cintltst/cldrtest.c

index 10f6ecabd4bacd8cbc88069e296927ce5b6522ec..4928f49a35ca5bbe0ebd3529df061f180ff80c32 100644 (file)
@@ -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);