From 4232bf88c34b80f28900c2bb1d166780db6efdb9 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Thu, 23 Jun 2005 18:23:03 +0000 Subject: [PATCH] ICU-4450 update tests X-SVN-Rev: 17993 --- icu4c/source/test/cintltst/ccaltst.c | 4 ++-- icu4c/source/test/cintltst/cdattst.c | 4 ++-- icu4c/source/test/cintltst/cmsgtst.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icu4c/source/test/cintltst/ccaltst.c b/icu4c/source/test/cintltst/ccaltst.c index ac929111d4e..fd1e14ef253 100644 --- a/icu4c/source/test/cintltst/ccaltst.c +++ b/icu4c/source/test/cintltst/ccaltst.c @@ -274,7 +274,7 @@ static void TestCalendar() } ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_DST, "en_US", result, resultlength, &status); - u_uastrcpy(tzdname, "PT"); + u_uastrcpy(tzdname, "PDT"); if(u_strcmp(tzdname, result) != 0){ log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); } @@ -286,7 +286,7 @@ static void TestCalendar() } ucal_getTimeZoneDisplayName(caldef, UCAL_SHORT_STANDARD, "en_US", result, resultlength, &status); - u_uastrcpy(tzdname, "PT"); + u_uastrcpy(tzdname, "PST"); if(u_strcmp(tzdname, result) != 0){ log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); } diff --git a/icu4c/source/test/cintltst/cdattst.c b/icu4c/source/test/cintltst/cdattst.c index 072db518758..ec2a1917108 100644 --- a/icu4c/source/test/cintltst/cdattst.c +++ b/icu4c/source/test/cintltst/cdattst.c @@ -170,7 +170,7 @@ static void TestDateFormat() log_err("FAIL: Date Format for US locale failed using udat_format()\n"); /*format using fr */ - u_unescape("10 juil. 96 16 h 05 HP (\\u00c9UA)", temp, 30); + u_unescape("10 juil. 96 16 h 05 HAP (\\u00c9UA)", temp, 30); if(result != NULL) { free(result); result = NULL; @@ -443,7 +443,7 @@ static void TestSymbols() VerifygetSymbols(def, UDAT_AM_PMS, 1, "PM"); VerifygetSymbols(fr, UDAT_SHORT_MONTHS, 0, "janv."); VerifygetSymbols(def, UDAT_SHORT_MONTHS, 11, "Dec"); - VerifygetSymbols(def,UDAT_LOCALIZED_CHARS, 0, "GyMdkHmsSEDFwWahKzYeugAZ"); + VerifygetSymbols(def,UDAT_LOCALIZED_CHARS, 0, "GyMdkHmsSEDFwWahKzYeugAZvcL"); if(result != NULL) { diff --git a/icu4c/source/test/cintltst/cmsgtst.c b/icu4c/source/test/cintltst/cmsgtst.c index 5f6b29a9b19..78346d88902 100644 --- a/icu4c/source/test/cintltst/cmsgtst.c +++ b/icu4c/source/test/cintltst/cmsgtst.c @@ -42,7 +42,7 @@ static const char* const txt_testResultStrings[] = { "Quotes ', {, a 1 {0}", "Quotes ', {, a 1 {0}", "You deposited 1 times an amount of $3,456.00 on 1/12/70", - "{2,time,full}, for 3,456, 1 is 5:46:40 AM PT and full date is Monday, January 12, 1970", + "{2,time,full}, for 3,456, 1 is 5:46:40 AM PST and full date is Monday, January 12, 1970", "{1,number,percent} for 1 is 345,600%" };