ICU-1616 Various fixes for locale data

X-SVN-Rev: 7440
This commit is contained in:
George Rhoten 2002-01-16 04:33:47 +00:00
parent e6dfe4d735
commit 4ffd4729dd

View file

@ -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",