mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-13421 Force /tsformat/ccaltst/TestAmbiguousWallTime to use Gregorian calendar to fix test failure with locales not using Gregorian calnedar by default.
X-SVN-Rev: 41420
This commit is contained in:
parent
ca9ecef96e
commit
17ac0f4e61
1 changed files with 1 additions and 1 deletions
|
@ -1965,7 +1965,7 @@ void TestAmbiguousWallTime() {
|
|||
UDate t, expected;
|
||||
|
||||
u_uastrcpy(tzID, "America/New_York");
|
||||
ucal = ucal_open(tzID, -1, NULL, UCAL_DEFAULT, &status);
|
||||
ucal = ucal_open(tzID, -1, "en_US", UCAL_DEFAULT, &status);
|
||||
if (U_FAILURE(status)) {
|
||||
log_err("FAIL: Failed to create a calendar");
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue