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

Unified Diff: source/test/intltest/ficoll.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/dtptngts.cpp ('k') | source/test/intltest/g7coll.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/ficoll.cpp
diff --git a/source/test/intltest/ficoll.cpp b/source/test/intltest/ficoll.cpp
index 957174a1602dc77444f305236a27dbc8d8ebfa1d..d30b1200deeddccfe523bd209c5333eececbed6a 100644
--- a/source/test/intltest/ficoll.cpp
+++ b/source/test/intltest/ficoll.cpp
@@ -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.
********************************************************************/
@@ -42,19 +42,19 @@ CollationFinnishTest::~CollationFinnishTest()
}
const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = {
- {0x77, 0x61, 0x74, 0},
- {0x76, 0x61, 0x74, 0},
+ {0x77, 0x61, 0x74, 0}, // "wat"
+ {0x76, 0x61, 0x74, 0}, // "vat"
{0x61, 0x00FC, 0x62, 0x65, 0x63, 0x6b, 0},
{0x4c, 0x00E5, 0x76, 0x69, 0},
- {0x77, 0x61, 0x74, 0}
+ {0x77, 0x61, 0x74, 0} // "wat"
};
const UChar CollationFinnishTest::testTargetCases[][CollationFinnishTest::MAX_TOKEN_LEN] = {
- {0x76, 0x61, 0x74, 0},
+ {0x76, 0x61, 0x74, 0}, // "vat"
{0x77, 0x61, 0x79, 0},
{0x61, 0x78, 0x62, 0x65, 0x63, 0x6b, 0},
{0x4c, 0x00E4, 0x77, 0x65, 0},
- {0x76, 0x61, 0x74, 0}
+ {0x76, 0x61, 0x74, 0} // "vat"
};
const Collator::EComparisonResult CollationFinnishTest::results[] = {
@@ -63,7 +63,7 @@ const Collator::EComparisonResult CollationFinnishTest::results[] = {
Collator::GREATER,
Collator::LESS,
// test primary > 4
- Collator::EQUAL,
+ Collator::GREATER, // v < w per cldrbug 6615
};
void CollationFinnishTest::TestTertiary(/* char* par */)
« no previous file with comments | « source/test/intltest/dtptngts.cpp ('k') | source/test/intltest/g7coll.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698