diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-01-06 10:20:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-01-06 10:20:38 (GMT) |
commit | 7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953 (patch) | |
tree | a46b3413317e144524f395b9df9c2d160e7c891f /ChangeLog | |
parent | a6cdf257c61c62aa64357851af8f6e376b7f8881 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |