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

icu4c/source/test/cintltst/cldrtest.c

index f6d13430c968131d3bb3f6fb3b64d400261fad94..10f6ecabd4bacd8cbc88069e296927ce5b6522ec 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 1997-2013, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -995,12 +995,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("getDayNames(%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("getDayNames(%s, %d) at index %d returned characters not in the exemplar characters: %04X.\n",
+                            currLoc, idx, strIdx, badChar);
                     }
                 }
                 ures_close(resArray);