From 3b9c0fc4a5f6115276fc2bb551bcf550221b83ed Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Sun, 8 Dec 2024 22:47:43 -0800 Subject: [PATCH] ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/test mods --- icu4c/source/test/intltest/dtptngts.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icu4c/source/test/intltest/dtptngts.cpp b/icu4c/source/test/intltest/dtptngts.cpp index 698434e14e9..ee0dcfd4e72 100644 --- a/icu4c/source/test/intltest/dtptngts.cpp +++ b/icu4c/source/test/intltest/dtptngts.cpp @@ -1368,10 +1368,6 @@ void IntlTestDateTimePatternGeneratorAPI::testJjMapping() { continue; } // Now check that shortPattern and jPattern use the same hour cycle - if ((uprv_strncmp(localeID, "yue_Hant_CN", 11) == 0) - && logKnownIssue("CLDR-17979", "Need timeFormats with h for yue_Hant_CN")) { - continue; - } UnicodeString jPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(jPattern, status); UnicodeString shortPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(shortPattern, status); if (U_FAILURE(status)) {