From 73c7376f73779fcbe638051b048fa49da59e010e Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Thu, 16 Sep 2004 22:48:37 +0000 Subject: [PATCH] ICU-4101 add translit ID test. X-SVN-Rev: 16336 --- icu4c/source/test/cintltst/utransts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/utransts.c b/icu4c/source/test/cintltst/utransts.c index ab1298f18e7..945ead5a051 100644 --- a/icu4c/source/test/cintltst/utransts.c +++ b/icu4c/source/test/cintltst/utransts.c @@ -206,7 +206,7 @@ static void TestUnicodeIDs() { break; } - if(++count==5) { + if(++count>10) { /* try to actually open only a few transliterators */ continue; }