mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-3549 make test work regardless of what default locale is
X-SVN-Rev: 15047
This commit is contained in:
parent
6260574dca
commit
6e49dcdc61
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void CollationServiceTest::TestRegisterFactory(void)
|
|||
|
||||
fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status);
|
||||
fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status);
|
||||
fuFUNames->put(Locale::getUS().getName(), new UnicodeString("little bunny Foo Foo"), status);
|
||||
fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status);
|
||||
|
||||
Collator* frcol = Collator::createInstance(Locale::getFrance(), status);
|
||||
Collator* gecol = Collator::createInstance(Locale::getGermany(), status);
|
||||
|
|
Loading…
Add table
Reference in a new issue