diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-03-09 02:26:05 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-03-09 02:26:05 (GMT) |
commit | 8f5385f1339e582fc7a451a31f304c8e2e290130 (patch) | |
tree | e97cc9f43b51ab9b08cd72eff8da1b1e844e56b7 /ChangeLog | |
parent | 452ddd16c36251a8d907fa8d956b3bb97bc8d345 (diff) | |
download | tcl-8f5385f1339e582fc7a451a31f304c8e2e290130.zip tcl-8f5385f1339e582fc7a451a31f304c8e2e290130.tar.gz tcl-8f5385f1339e582fc7a451a31f304c8e2e290130.tar.bz2 |
Modified test initialisation to use the
'loadTestedCommands' function of tcltest to bring in the
correct path for the registry library.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ -2007-03-08 Kevin B. Kenny <kennykb@acm.org> +2007-03-09 Kevin B. Kenny <kennykb@acm.org> * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' files. * tests/clock.test (clock-56.3): Added a test case for Y2038 and - 'zoneinfo'. + 'zoneinfo'. Modified test initialisation to use the + 'loadTestedCommands' function of tcltest to bring in the + correct path for the registry library. 2007-03-08 Don Porter <dgp@users.sourceforge.net> |