File tree 1 file changed +2
-2
lines changed
icu4c/source/test/intltest
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
417
417
}
418
418
if (maxActual < maxLow || maxActual > maxHigh) {
419
419
if ( uprv_strcmp (cal.getType (), " chinese" ) == 0 &&
420
- testMillis >= 2842992000000.0 && testMillis <= 2906668800000 .0 &&
420
+ testMillis >= 1802044800000 .0 &&
421
421
logKnownIssue (" 12620" , " chinese calendar failures for some actualMax tests" )) {
422
422
logln ((UnicodeString)" KnownFail: [" + cal.getType () + " ] " +
423
423
ymdToString (cal, ymd) +
@@ -444,7 +444,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
444
444
" , allowed=(" + minLow + " .." + minHigh + " )..(" +
445
445
maxLow + " .." + maxHigh + " )" );
446
446
} else if ( uprv_strcmp (cal.getType (), " chinese" ) == 0 &&
447
- testMillis >= 2842992000000.0 && testMillis <= 2906668800000 .0 &&
447
+ testMillis >= 1832544000000 .0 &&
448
448
logKnownIssue (" 12620" , " chinese calendar failures for some actualMax tests" )) {
449
449
logln ((UnicodeString)" KnownFail: [" + cal.getType () + " ] " +
450
450
ymdToString (cal, ymd) +
You can’t perform that action at this time.
0 commit comments