mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-807
Modified test to enable a successful pass in the Zh_CN locale. X-SVN-Rev: 4248
This commit is contained in:
parent
8743b43294
commit
811dfb2c4a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ CollationAPITest::TestProperty(/* char* par */)
|
|||
}
|
||||
|
||||
delete col;
|
||||
col = Collator::createInstance(Locale::ENGLISH, success);
|
||||
col = Collator::createInstance(success);
|
||||
if (U_FAILURE(success))
|
||||
{
|
||||
errln("Creating default collator failed.");
|
||||
|
|
Loading…
Add table
Reference in a new issue