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

Unified Diff: source/test/cintltst/cfintst.c

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/cintltst/cdtrgtst.c ('k') | source/test/cintltst/cg7coll.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/cfintst.c
diff --git a/source/test/cintltst/cfintst.c b/source/test/cintltst/cfintst.c
index 1bc8cfd16329d15684f0e02a7b159a74e30d296a..b4d36a8e43b161bed05388d72023d634a189d87f 100644
--- a/source/test/cintltst/cfintst.c
+++ b/source/test/cintltst/cfintst.c
@@ -1,5 +1,5 @@
/********************************************************************
- * Copyright (c) 1997-2009, International Business Machines
+ * Copyright (c) 1997-2009,2014, International Business Machines
* Corporation and others. All Rights Reserved.
********************************************************************
*
@@ -56,7 +56,7 @@ const static UCollationResult results[] = {
UCOL_GREATER,
UCOL_LESS,
/* test primary > 4*/
- UCOL_EQUAL
+ UCOL_GREATER /* v < w per cldrbug 6615 */
};
@@ -65,8 +65,8 @@ void addFinnishCollTest(TestNode** root)
{
- addTest(root, &TestPrimary, "tscoll/cficoll/TestPrimary");
- addTest(root, &TestTertiary, "tscoll/cficoll/TestTertiary");
+ addTest(root, &TestPrimary, "tscoll/cfintst/TestPrimary");
+ addTest(root, &TestTertiary, "tscoll/cfintst/TestTertiary");
@@ -100,7 +100,7 @@ static void TestPrimary()
if(U_FAILURE(status)){
log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
}
- log_verbose("Testing Finnish Collation with Tertiary strength\n");
+ log_verbose("Testing Finnish Collation with Primary strength\n");
ucol_setStrength(myCollation, UCOL_PRIMARY);
for (i = 4; i < 5; i++)
{
« no previous file with comments | « source/test/cintltst/cdtrgtst.c ('k') | source/test/cintltst/cg7coll.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698