ICU-7342 Fix test case for TestGetVariantWithKeywords.

X-SVN-Rev: 27281
This commit is contained in:
Michael Ow 2010-01-15 19:44:15 +00:00
parent b6ddc7d19e
commit 5847422a58

View File

@ -2496,7 +2496,7 @@ void LocaleTest::TestCurrencyByDate(void)
void LocaleTest::TestGetVariantWithKeywords(void)
{
Locale l("en_US_VALLEY@foo");
Locale l("en_US_VALLEY@foo=value");
const char *variant = l.getVariant();
logln(variant);
test_assert(strcmp("VALLEY", variant) == 0);