mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/test mods
This commit is contained in:
parent
e2581fd1ac
commit
3b9c0fc4a5
1 changed files with 0 additions and 4 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue