From 35b4b016c593be1c487df48b5445f7d6a0d54d77 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 26 Feb 2001 20:02:00 +0000 Subject: [PATCH] ICU-861 more // comments X-SVN-Rev: 3785 --- icu4c/source/test/cintltst/citertst.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/cintltst/citertst.c b/icu4c/source/test/cintltst/citertst.c index 9b494ac836..a349b93c02 100644 --- a/icu4c/source/test/cintltst/citertst.c +++ b/icu4c/source/test/cintltst/citertst.c @@ -124,8 +124,10 @@ static void TestPrevious() /* Test with a contracting character sequence */ u_uastrcpy(rule, " < a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); c1 = ucol_openRules(rule, u_strlen(rule), UCOL_NO_NORMALIZATION, UCOL_DEFAULT_STRENGTH, &status); - // synwee : temporarily changed - // c1 = ucol_open("es_ES", &status); + + /* synwee : temporarily changed + c1 = ucol_open("es_ES", &status); */ + if (c1 == NULL || U_FAILURE(status)) { log_err("Couldn't create a RuleBasedCollator with a contracting sequence\n %s\n",