ICU-813 numformat test fix

X-SVN-Rev: 13557
This commit is contained in:
Doug Felt 2003-11-04 00:42:37 +00:00
parent c7674d6753
commit fbcedaebe2

View file

@ -454,8 +454,8 @@ NumberFormatTest::TestInt64() {
}
dl.set(int64Value);
int64Value = dl.getInt64();
if (int64Value != -int64max) {
errln(fail + "-" + int64maxstr);
if (int64Value != int64min) {
errln(fail + int64minstr);
}
}
// test negative of min int 64 value (1 more than max int64 value)