From da96c7e2994a0a1a6362634b971c0aa97304051a Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Tue, 2 Mar 2010 19:31:40 +0000 Subject: [PATCH] ICU-5193 Update the error log message to match the new sense of the test X-SVN-Rev: 27744 --- icu4c/source/test/intltest/dcfmapts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/dcfmapts.cpp b/icu4c/source/test/intltest/dcfmapts.cpp index 303129fcd8..b190a0805f 100644 --- a/icu4c/source/test/intltest/dcfmapts.cpp +++ b/icu4c/source/test/intltest/dcfmapts.cpp @@ -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; } }