ICU-2436 Fix for FreeBSD. Large numbers like this should be defined as a double.
X-SVN-Rev: 12155
This commit is contained in:
parent
5c9ad4b7cd
commit
074ba950f8
@ -422,7 +422,7 @@ void IntlCalendarTest::TestJapaneseFormat() {
|
||||
}
|
||||
{
|
||||
UnicodeString expect = CharsToUnicodeString("\\u5b89\\u6c3805\\u5e747\\u67084\\u65e5");
|
||||
UDate expectDate = -6106035600000;
|
||||
UDate expectDate = -6106035600000.0;
|
||||
Locale loc("ja_JP_TRADITIONAL");
|
||||
|
||||
status = U_ZERO_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user