ICU-2436 Fix for FreeBSD. Large numbers like this should be defined as a double.

X-SVN-Rev: 12155
This commit is contained in:
George Rhoten 2003-05-29 16:21:05 +00:00
parent 5c9ad4b7cd
commit 074ba950f8

View File

@ -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;