diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-08 10:14:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-06-08 10:14:50 (GMT) |
commit | 58ce780c3e7059e66583a33e596969adf9ba7086 (patch) | |
tree | ad9565e248f56dd62f2fa54e8fe6c05fae545d87 /ChangeLog | |
parent | 9dacec2990cb68db16de2ce9045612678277ee79 (diff) | |
download | tcl-58ce780c3e7059e66583a33e596969adf9ba7086.zip tcl-58ce780c3e7059e66583a33e596969adf9ba7086.tar.gz tcl-58ce780c3e7059e66583a33e596969adf9ba7086.tar.bz2 |
More cleaning up of the code to remove unnecessary [string equal]s in tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,14 @@ +2011-06-08 Donal K. Fellows <dkf@users.sf.net> + + * tests/fileSystem.test: Reduce the amount of use of duplication of + complex code to perform common tests, and convert others to do the + test result check directly using Tcltest's own primitives. + 2011-06-06 Jan Nijtmans <nijtmans@users.sf.net> - * tests/socket.test: Add test constraint, so 6.2 and - 6.3 don't fail when the machine does not have support - for ip6. Follow-up to checkin from 2011-05-11 by rmax. + * tests/socket.test: Add test constraint, so 6.2 and 6.3 don't fail + when the machine does not have support for ip6. Follow-up to checkin + from 2011-05-11 by rmax. 2011-06-02 Don Porter <dgp@users.sourceforge.net> |