diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-20 11:33:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-07-20 11:33:38 (GMT) |
commit | 9626da61ad1682531ef02f2c327a9d7c274ac7dd (patch) | |
tree | 45193b0c24ab50373d48a7a1277af46e42c98ca0 /ChangeLog | |
parent | d2c7aaf09fd67ae2dc65429a9c7520ac772d64dd (diff) | |
download | tcl-9626da61ad1682531ef02f2c327a9d7c274ac7dd.zip tcl-9626da61ad1682531ef02f2c327a9d7c274ac7dd.tar.gz tcl-9626da61ad1682531ef02f2c327a9d7c274ac7dd.tar.bz2 |
Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-07-20 Donal K. Fellows <dkf@users.sf.net> + + * tests/fileName.test: Revise to reduce the obscurity of tests. In + particular, all tests should now produce informative messages on + failure and the quantity of [catch]-based obscurity is now greatly + reduced; non-erroring is now checked for directly. + 2008-07-19 Donal K. Fellows <dkf@users.sf.net> * tests/env.test: Add LANG to the list of variables that are not |