mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1616 Various fixes for locale data
X-SVN-Rev: 7440
This commit is contained in:
parent
e6dfe4d735
commit
4ffd4729dd
1 changed files with 1 additions and 1 deletions
|
@ -1607,7 +1607,7 @@ static void TestFallback()
|
|||
status = U_ZERO_ERROR;
|
||||
|
||||
/* OK first one. This should be a Default value. */
|
||||
junk = ures_getStringByKey(fr_FR, "%%EURO", &resultLen, &status);
|
||||
junk = ures_getStringByKey(fr_FR, "%%PREEURO", &resultLen, &status);
|
||||
if(status != U_USING_DEFAULT_ERROR)
|
||||
{
|
||||
log_err("Expected U_USING_DEFAULT_ERROR when trying to get %%EURO from fr_FR, got %s\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue