mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3938 fix to test err message
X-SVN-Rev: 16419
This commit is contained in:
parent
23433708ce
commit
be8e4abcfe
1 changed files with 1 additions and 1 deletions
|
@ -1312,7 +1312,7 @@ void NumberFormatTest::TestCurrencyPatterns(void) {
|
|||
UErrorCode ec = U_ZERO_ERROR;
|
||||
NumberFormat* nf = NumberFormat::createCurrencyInstance(locs[i], ec);
|
||||
if (U_FAILURE(ec)) {
|
||||
errln("FAIL: Can't create NumberFormat(%s) - %s", locs[i], u_errorName(ec));
|
||||
errln("FAIL: Can't create NumberFormat(%s) - %s", locs[i].getName(), u_errorName(ec));
|
||||
} else {
|
||||
// Make sure currency formats do not have a variable number
|
||||
// of fraction digits
|
||||
|
|
Loading…
Add table
Reference in a new issue