mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2966 historical Olson time zone support; update test case for historical data
X-SVN-Rev: 12838
This commit is contained in:
parent
b3ee4d570c
commit
2b85f8d379
1 changed files with 2 additions and 1 deletions
|
@ -530,7 +530,8 @@ void IntlCalendarTest::TestJapaneseFormat() {
|
|||
}
|
||||
{ // This Feb 29th falls on a leap year by gregorian year, but not by Japanese year.
|
||||
UnicodeString expect = CharsToUnicodeString("\\u5EB7\\u6B632\\u5e742\\u670829\\u65e5\\u65e5\\u66dc\\u65e5");
|
||||
UDate expectDate = -16214400000000.0; // courtesy of date format round trip test
|
||||
// Add -1:00 to the following for historical TZ - aliu
|
||||
UDate expectDate = -16214403600000.0; // courtesy of date format round trip test
|
||||
Locale loc("ja_JP_TRADITIONAL");
|
||||
|
||||
status = U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue