Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: source/test/intltest/ssearch.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/intltest/simplepatternformattertest.cpp ('k') | source/test/intltest/strcase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/ssearch.cpp
diff --git a/source/test/intltest/ssearch.cpp b/source/test/intltest/ssearch.cpp
index fff44d3bdc92a8b2707980fd541f00ec0319d76f..1c78370bb275e4322c924ef1414961bf5039eb31 100644
--- a/source/test/intltest/ssearch.cpp
+++ b/source/test/intltest/ssearch.cpp
@@ -1,6 +1,6 @@
/*
**********************************************************************
- * Copyright (C) 2005-2013, International Business Machines
+ * Copyright (C) 2005-2014, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
@@ -11,7 +11,7 @@
#include "cmemory.h"
#include "cstring.h"
-#include "ucol_imp.h"
+#include "usrchimp.h"
#include "unicode/coll.h"
#include "unicode/tblcoll.h"
@@ -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;
« no previous file with comments | « source/test/intltest/simplepatternformattertest.cpp ('k') | source/test/intltest/strcase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698