From 6177c58d7fdd399b165ea029d7305743fda34196 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 26 Feb 2014 00:11:22 +0000 Subject: [PATCH] ICU-9156 collv2 fixed some known search test failures X-SVN-Rev: 35234 --- icu4c/source/test/intltest/ssearch.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/icu4c/source/test/intltest/ssearch.cpp b/icu4c/source/test/intltest/ssearch.cpp index 1a2821686e..1c78370bb2 100644 --- a/icu4c/source/test/intltest/ssearch.cpp +++ b/icu4c/source/test/intltest/ssearch.cpp @@ -629,9 +629,6 @@ void SSearchTest::offsetTest() col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); for(int32_t i = 0; i < testCount; i += 1) { - if (i>=4 && i<=6 && logKnownIssue("9156", "was 8081")) { - continue; // timebomb until ticket #9156 (was #8081) is resolved - } UnicodeString ts = CharsToUnicodeString(test[i]); CollationElementIterator *iter = col->createCollationElementIterator(ts); OrderList forwardList; @@ -1449,7 +1446,7 @@ void SSearchTest::monkeyTest(char *params) ucol_setStrength(coll, strengths[s]); // TODO: try alternate prefix and suffix too? - // TODO: alterntaes are only equal at primary strength. Is this OK? + // TODO: alternates are only equal at primary strength. Is this OK? for(int32_t t = 0; t < loopCount; t += 1) { uint32_t seed = m_seed; // int32_t nmc = 0;