From 759bbb96f301075a887d1be4fd44d8ad0c64267d Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Wed, 6 Dec 2000 19:59:44 +0000 Subject: [PATCH] ICU-96 A small test fix X-SVN-Rev: 3160 --- icu4c/source/test/cintltst/capitst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/capitst.c b/icu4c/source/test/cintltst/capitst.c index d26e71b93fa..da4014fd010 100644 --- a/icu4c/source/test/cintltst/capitst.c +++ b/icu4c/source/test/cintltst/capitst.c @@ -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"); }