summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-08 10:48:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-08 10:48:56 (GMT)
commit15f99b3fa80902c78a829d71b3d6159e9769cac1 (patch)
treeafdacac93425656228bf508da3a231932a35f5f0 /ChangeLog
parent76a689aef30bb27f1e24881a16991f7209a15132 (diff)
downloadtcl-15f99b3fa80902c78a829d71b3d6159e9769cac1.zip
tcl-15f99b3fa80902c78a829d71b3d6159e9769cac1.tar.gz
tcl-15f99b3fa80902c78a829d71b3d6159e9769cac1.tar.bz2
Simplify test bodies using tcltest2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21faefc..3e8dc18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/append.test, appendComp.test, cmdAH.test: Use the powers of
+ tcltest2 to make these files simpler.
+
2008-09-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c (TclCompileTokens):