From 3d422a5f99315dae8f82c7ab4c52073544c0d5f6 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 15 Mar 2005 00:20:32 +0000 Subject: [PATCH] ICU-4379 Perform the clear suggestion as described in the documentation. X-SVN-Rev: 17337 --- icu4c/source/test/cintltst/ccaltst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/test/cintltst/ccaltst.c b/icu4c/source/test/cintltst/ccaltst.c index e0a3e70658c..9cdc5bc9b41 100644 --- a/icu4c/source/test/cintltst/ccaltst.c +++ b/icu4c/source/test/cintltst/ccaltst.c @@ -795,6 +795,7 @@ static void TestAddRollExtensive() return; } status=U_ZERO_ERROR; + ucal_clear(cal); ucal_setDateTime(cal, 1999, UCAL_FEBRUARY, 28, 10, 30, 45, &status); if(U_FAILURE(status)){ log_err("error is setting the datetime: %s\n", u_errorName(status));