mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue