]> granicus.if.org Git - icu/commitdiff
ICU-13421 Force /tsformat/ccaltst/TestAmbiguousWallTime to use Gregorian calendar...
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 21 May 2018 00:18:25 +0000 (00:18 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 21 May 2018 00:18:25 +0000 (00:18 +0000)
X-SVN-Rev: 41420

icu4c/source/test/cintltst/ccaltst.c

index 205e9fbda443465f964a0ad114d3d3b969856fe7..c71c4da1433676543dfb9d70789e818550f1f630 100644 (file)
@@ -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;