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

Unified Diff: source/test/cintltst/cdtrgtst.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/cdtdptst.c ('k') | source/test/cintltst/cfintst.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/cintltst/cdtrgtst.c
diff --git a/source/test/cintltst/cdtrgtst.c b/source/test/cintltst/cdtrgtst.c
index b635c71ce166e2b1235fe1e19d5f75a5f3c0ac8c..35ca1688caa50c7212f80a9fb6d8b3c5a311c5c5 100644
--- a/source/test/cintltst/cdtrgtst.c
+++ b/source/test/cintltst/cdtrgtst.c
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2013, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
@@ -92,7 +92,7 @@ void Test4029195()
udat_applyPattern(df, TRUE, temp, u_strlen(temp));
todayS =myFormatit(df, today);
- log_verbose("After teh pattern is applied\n today: %s\n", austrdup(todayS) );
+ log_verbose("After the pattern is applied\n today: %s\n", austrdup(todayS) );
parsepos=0;
d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
if(U_FAILURE(status))
@@ -106,7 +106,7 @@ void Test4029195()
log_verbose("round trip: %s\n", austrdup(rt) );
if(u_strcmp(rt, todayS)!=0) {
- log_err("Fail: Want %s Got %s\n", austrdup(todayS), austrdup(rt) );
+ log_err("Fail: Want %s Got %s\n", austrdup(todayS), austrdup(rt) );
}
else
log_verbose("Pass: parse and format working fine\n");
« no previous file with comments | « source/test/cintltst/cdtdptst.c ('k') | source/test/cintltst/cfintst.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698