summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-06-08 10:14:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-06-08 10:14:50 (GMT)
commit58ce780c3e7059e66583a33e596969adf9ba7086 (patch)
treead9565e248f56dd62f2fa54e8fe6c05fae545d87 /ChangeLog
parent9dacec2990cb68db16de2ce9045612678277ee79 (diff)
downloadtcl-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--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b645eb0..f06295f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>