diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-16 22:35:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-16 22:35:18 (GMT) |
commit | 7bad4a202c850485d0d607a2e07ab1b82eae414d (patch) | |
tree | 9ab2b6433c616f78b2f0a60cb17e558bf4915451 /ChangeLog | |
parent | 642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db (diff) | |
download | tcl-7bad4a202c850485d0d607a2e07ab1b82eae414d.zip tcl-7bad4a202c850485d0d607a2e07ab1b82eae414d.tar.gz tcl-7bad4a202c850485d0d607a2e07ab1b82eae414d.tar.bz2 |
* Revised to run tests in a namespace, rather than
use the useless and buggy [saveState] and [restoreState] commands
of tcltest. Updated to use tcltest 2 as well. [Patch 544546]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-04-16 Don Porter <dgp@users.sourceforge.net> + + * tests/io.test: Revised to run tests in a namespace, rather than + use the useless and buggy [saveState] and [restoreState] commands + of tcltest. Updated to use tcltest 2 as well. [Patch 544546] + 2002-04-15 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclProc.c: |