mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1423 report failures with errln(), not logln()
X-SVN-Rev: 6675
This commit is contained in:
parent
6090944904
commit
df1c436b6c
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ UnicodeSetTest::expectContainment(const UnicodeSet& set,
|
|||
}
|
||||
}
|
||||
if (bad.length() > 0) {
|
||||
logln((UnicodeString)"Fail: set " + setName + " does not contain " + prettify(bad) +
|
||||
errln((UnicodeString)"Fail: set " + setName + " does not contain " + prettify(bad) +
|
||||
", expected containment of " + prettify(charsIn));
|
||||
} else {
|
||||
logln((UnicodeString)"Ok: set " + setName + " contains " + charsIn);
|
||||
|
|
Loading…
Add table
Reference in a new issue