ICU-5566 Fix timezone formatting test to use generic abbreviation for French
X-SVN-Rev: 21248
This commit is contained in:
parent
a17d2a5a77
commit
a406fa663a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user