Modified test to enable a successful pass in the Zh_CN locale.

X-SVN-Rev: 4248
This commit is contained in:
Syn Wee Quek 2001-03-22 00:06:51 +00:00
parent 8743b43294
commit 811dfb2c4a

View file

@ -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.");