diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-11-03 23:00:17 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-11-03 23:00:17 (GMT) |
commit | 255377e6f84e88f6ac12761c636205f757e9cae1 (patch) | |
tree | c728110270c864eb5dd5c70abc97ab38894c2db8 /ChangeLog | |
parent | 67f304de025068d52dc6ca3e327c5ba7ca8c010a (diff) | |
download | tcl-255377e6f84e88f6ac12761c636205f757e9cae1.zip tcl-255377e6f84e88f6ac12761c636205f757e9cae1.tar.gz tcl-255377e6f84e88f6ac12761c636205f757e9cae1.tar.bz2 |
remove knownBugs from clock tests by fixing them
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-11-03 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl (FreeScan): Fixed a bug where scanning + "Monday" with a base time other than midnight incorrectly carried + the base time forward. + + * test/clock.test (clock-33.{5,5a}): Made the test failure more + informative. + + * tests/clock.test (clock-34.{28,44,45,46}): Removed 'knownBug' + constraints from tests that no longer fail. + + Thanks to Don Porter for reporting these. + 2004-11-03 David Gravereaux <davygrvy@pobox.com> * generic/tcl.h: Moved the preprocessor logic |