ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/test mods

This commit is contained in:
Peter Edberg 2024-12-08 22:47:43 -08:00 committed by Peter Edberg
parent e2581fd1ac
commit 3b9c0fc4a5

View file

@ -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)) {