summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-01-06 10:20:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-01-06 10:20:38 (GMT)
commit7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953 (patch)
treea46b3413317e144524f395b9df9c2d160e7c891f /ChangeLog
parenta6cdf257c61c62aa64357851af8f6e376b7f8881 (diff)
downloadtcl-7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953.zip
tcl-7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953.tar.gz
tcl-7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953.tar.bz2
* tests/package.test, tests/pkg.test: Coalesce these tests into one
file that is concerned with the package system. Convert to use tcltest2 properly. * tests/autoMkindex.test, tests/pkgMkIndex.test: Convert to use tcltest2 properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 717d4c3..8dc89d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/package.test, tests/pkg.test: Coalesce these tests into one
+ file that is concerned with the package system. Convert to use
+ tcltest2 properly.
+ * tests/autoMkindex.test, tests/pkgMkIndex.test: Convert to use
+ tcltest2 properly.
+
2011-01-01 Donal K. Fellows <dkf@users.sf.net>
* tests/cmdAH.test, tests/cmdMZ.test, tests/compExpr.test,