ICU-5566 Fix timezone formatting test to use generic abbreviation for French

X-SVN-Rev: 21248
This commit is contained in:
John Emmons 2007-03-14 15:47:09 +00:00
parent a17d2a5a77
commit a406fa663a

View File

@ -172,7 +172,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 HAP", temp, 30);
u_unescape("10 juil. 96 16 h 05 HP", temp, 30);
if(result != NULL) {
free(result);
result = NULL;