ICU-5193 Update the error log message to match the new sense of the test
X-SVN-Rev: 27744
This commit is contained in:
parent
0197c49d64
commit
da96c7e299
@ -496,7 +496,7 @@ void IntlTestDecimalFormatAPI::testRoundingInc(/*char *par*/)
|
||||
pat.setRoundingMode((DecimalFormat::ERoundingMode)0);
|
||||
roundingInc = pat.getRoundingIncrement();
|
||||
if (roundingInc != 0.0) {
|
||||
errln((UnicodeString)"ERROR: Rounding increment zero");
|
||||
errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user