mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4379 Perform the clear suggestion as described in the documentation.
X-SVN-Rev: 17337
This commit is contained in:
parent
d860f22457
commit
3d422a5f99
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue