ICU-5193 Update the error log message to match the new sense of the test

X-SVN-Rev: 27744
This commit is contained in:
Peter Edberg 2010-03-02 19:31:40 +00:00
parent 0197c49d64
commit da96c7e299

View File

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