summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-17 23:03:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-17 23:03:14 (GMT)
commit09d0090da217ada117411536b2d9fd847f71d284 (patch)
treef57d07559142486b7b4bfa9783cd9882bec9d6e1 /ChangeLog
parent7bad4a202c850485d0d607a2e07ab1b82eae414d (diff)
downloadtcl-09d0090da217ada117411536b2d9fd847f71d284.zip
tcl-09d0090da217ada117411536b2d9fd847f71d284.tar.gz
tcl-09d0090da217ada117411536b2d9fd847f71d284.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 544911]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3478cb7..bceebb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-17 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/iogt.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 544911]
+
2002-04-16 Don Porter <dgp@users.sourceforge.net>
* tests/io.test: Revised to run tests in a namespace, rather than