mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-10357 fix from review comment
X-SVN-Rev: 34312
This commit is contained in:
parent
90ded7ad3c
commit
e46f248a50
1 changed files with 3 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue