Skip to content

Commit 3b9c0fc

Browse files
committed
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/test mods
1 parent e2581fd commit 3b9c0fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

icu4c/source/test/intltest/dtptngts.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,10 +1368,6 @@ void IntlTestDateTimePatternGeneratorAPI::testJjMapping() {
13681368
continue;
13691369
}
13701370
// Now check that shortPattern and jPattern use the same hour cycle
1371-
if ((uprv_strncmp(localeID, "yue_Hant_CN", 11) == 0)
1372-
&& logKnownIssue("CLDR-17979", "Need timeFormats with h for yue_Hant_CN")) {
1373-
continue;
1374-
}
13751371
UnicodeString jPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(jPattern, status);
13761372
UnicodeString shortPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(shortPattern, status);
13771373
if (U_FAILURE(status)) {

0 commit comments

Comments
 (0)