mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-7964 Update TestNumericCode to pass without data
X-SVN-Rev: 31323
This commit is contained in:
parent
1c11ee4838
commit
ee1b9eaba5
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static void TestNumericCode(void) {
|
|||
u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, sizeof(code)/sizeof(code[0]));
|
||||
numCode = ucurr_getNumericCode(code);
|
||||
if (numCode != NUMCODE_TESTDATA[i].numericCode) {
|
||||
log_err("Error: ucurr_getNumericCode returned %d for currency %s, expected - %d\n",
|
||||
log_data_err("Error: ucurr_getNumericCode returned %d for currency %s, expected - %d\n",
|
||||
numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue