ICU-4379 Perform the clear suggestion as described in the documentation.

X-SVN-Rev: 17337
This commit is contained in:
George Rhoten 2005-03-15 00:20:32 +00:00
parent d860f22457
commit 3d422a5f99

View file

@ -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));