ICU-96 A small test fix

X-SVN-Rev: 3160
This commit is contained in:
Vladimir Weinstein 2000-12-06 19:59:44 +00:00
parent c1e3b2ae05
commit 759bbb96f3

View file

@ -384,9 +384,9 @@ void TestSortKey()
return;
}
if(ucol_getNormalization(col) != UCOL_DEFAULT_NORMALIZATION)
if(ucol_getNormalization(col) != UCOL_DECOMP_CAN)
{
log_err("ERROR: default collation did not have UCOL_DEFAULT_NORMALIZATION !\n");
log_err("ERROR: default collation did not have cannonical decomposition for normalization!\n");
}