diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-04 15:30:25 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-04 15:30:25 (GMT) |
commit | 54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f (patch) | |
tree | 9b9caee37c97d19cbddf34efae0c4da367196385 /ChangeLog | |
parent | f740197ce220d1842b0a408a30031c150b54db0c (diff) | |
download | tcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.zip tcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.tar.gz tcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.tar.bz2 |
* tests/clock.test (clock-34.*): Removed an antibug that forced
comparison of [clock scan] results with the :localtime time zone.
Now that [clock scan] uses the current time zone instead, the
antibug caused several tests to fail. [Bug 1038554]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-04 Kevin B. Kenny <kennykb@acm.org> + + * tests/clock.test (clock-34.*): Removed an antibug that forced + comparison of [clock scan] results with the :localtime time zone. + Now that [clock scan] uses the current time zone instead, the + antibug caused several tests to fail. [Bug 1038554] + 2004-10-04 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclParseExpr.c (GetLexeme): Ensure that the 'eq' and |