summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-16 22:35:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-16 22:35:18 (GMT)
commit7bad4a202c850485d0d607a2e07ab1b82eae414d (patch)
tree9ab2b6433c616f78b2f0a60cb17e558bf4915451 /ChangeLog
parent642d7ba8b6b8f0874d8686d18fe7e5e08b04a2db (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2db924..3478cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: