mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-96 A small test fix
X-SVN-Rev: 3160
This commit is contained in:
parent
c1e3b2ae05
commit
759bbb96f3
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue