blob: 70f0f4c9a27cda78f041b20c06d3f3a9c5dff50a [file] [log] [blame]
The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See http://bugzilla.opendarwin.org/show_bug.cgi?id=3759
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS d.getMilliseconds() is 1
PASS d.getMilliseconds() is 1
PASS d.getMilliseconds() is 1
PASS d.getMilliseconds() is 1
PASS d.getMilliseconds() is 1
PASS d.getMilliseconds() is 1
PASS successfullyParsed is true
TEST COMPLETE