mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-13412 Merging the change #13458 Widen logKnownIssue time range for Chinese calendar limit test (r40660) to maint-60.
X-SVN-Rev: 40662
This commit is contained in:
parent
132e98ae52
commit
89bae57bd0
1 changed files with 2 additions and 2 deletions
|
@ -417,7 +417,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
|
|||
}
|
||||
if (maxActual < maxLow || maxActual > maxHigh) {
|
||||
if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
|
||||
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 &&
|
||||
testMillis >= 1802044800000.0 &&
|
||||
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
|
||||
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
|
||||
ymdToString(cal, ymd) +
|
||||
|
@ -444,7 +444,7 @@ CalendarLimitTest::doLimitsTest(Calendar& cal,
|
|||
", allowed=(" + minLow + ".." + minHigh + ")..(" +
|
||||
maxLow + ".." + maxHigh + ")");
|
||||
} else if ( uprv_strcmp(cal.getType(), "chinese") == 0 &&
|
||||
testMillis >= 2842992000000.0 && testMillis <= 2906668800000.0 &&
|
||||
testMillis >= 1832544000000.0 &&
|
||||
logKnownIssue("12620", "chinese calendar failures for some actualMax tests")) {
|
||||
logln((UnicodeString)"KnownFail: [" + cal.getType() + "] " +
|
||||
ymdToString(cal, ymd) +
|
||||
|
|
Loading…
Add table
Reference in a new issue