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/currtest.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/cucdtst.c ('k') | source/test/cintltst/custrtrn.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/currtest.c
diff --git a/source/test/cintltst/currtest.c b/source/test/cintltst/currtest.c
index 15b30a5a36e36d33e448571c83aa5b3073445f7a..71e68de44113787648abb14f03de3ccdb1e1588f 100644
--- a/source/test/cintltst/currtest.c
+++ b/source/test/cintltst/currtest.c
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2005-2012, International Business Machines Corporation and
+ * Copyright (c) 2005-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#include "unicode/utypes.h"
@@ -159,9 +159,9 @@ static void TestFractionDigitOverride(void) {
UNumberFormat *fmt = unum_open(UNUM_CURRENCY, NULL, 0, "hu_HU", NULL, &status);
UChar buffer[256];
UChar expectedBuf[256];
- const char expectedFirst[] = "123\\u00A0Ft";
- const char expectedSecond[] = "123,46\\u00A0Ft";
- const char expectedThird[] = "123,456\\u00A0Ft";
+ const char expectedFirst[] = "123,46\\u00A0HUF"; /* changed to use 2 fraction digits */
+ const char expectedSecond[] = "123,46\\u00A0HUF";
+ const char expectedThird[] = "123,456\\u00A0HUF";
if (U_FAILURE(status)) {
log_data_err("Error: unum_open returned %s (Are you missing data?)\n", myErrorName(status));
return;
« no previous file with comments | « source/test/cintltst/cucdtst.c ('k') | source/test/cintltst/custrtrn.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698