Skip to content

Commit 89bae57

Browse files
committed
ICU-13412 Merging the change #13458 Widen logKnownIssue time range for Chinese calendar limit test (r40660) to maint-60.
X-SVN-Rev: 40662
1 parent 132e98a commit 89bae57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icu4c/source/test/intltest/callimts.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
417417
}
418418
if (maxActual < maxLow || maxActual > maxHigh) {
419419
if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
420-
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 &&
420+
testMillis >= 1802044800000.0 &&
421421
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
422422
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
423423
ymdToString(cal, ymd) +
@@ -444,7 +444,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
444444
", allowed=(" + minLow + ".." + minHigh + ")..(" +
445445
maxLow + ".." + maxHigh + ")");
446446
} else if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
447-
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 &&
447+
testMillis >= 1832544000000.0 &&
448448
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
449449
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
450450
ymdToString(cal, ymd) +

0 commit comments

Comments
 (0)