ICU-10357 fix from review comment

X-SVN-Rev: 34312
This commit is contained in:
Steven R. Loomis 2013-09-13 18:38:36 +00:00
parent 90ded7ad3c
commit e46f248a50

View file

@ -899,7 +899,9 @@ void IntlTest::dataerrln( const UnicodeString &message )
msg = UnicodeString("[DATA] " + message);
}
if (!no_err_msg && (errCount==1)) LL_message( msg + " - (Are you missing data?)", TRUE );
if (!no_err_msg && ( errCount == 1 )) {
LL_message( msg + " - (Are you missing data?)", TRUE ); // only show this message the first time
}
}
void IntlTest::errcheckln(UErrorCode status, const UnicodeString &message ) {