summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-07-19 16:20:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-07-19 16:20:14 (GMT)
commitf7a85c74ab8ed55803fbcd9cd91a115bc1190b60 (patch)
tree6600ea493ae1d2747b087486f5f9e25eea1f481c /ChangeLog
parent256c0bd90c3562915f4af7b84ea24c80a8c4ad61 (diff)
downloadtcl-f7a85c74ab8ed55803fbcd9cd91a115bc1190b60.zip
tcl-f7a85c74ab8ed55803fbcd9cd91a115bc1190b60.tar.gz
tcl-f7a85c74ab8ed55803fbcd9cd91a115bc1190b60.tar.bz2
More test cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b1ef5ef..e22f543 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2008-07-19 Donal K. Fellows <dkf@users.sf.net>
- * tests/env.test: Rewrite so that non-ASCII characters are not used.
- Part of fixing [Bug 1513659].
+ * tests/exec.test, tests/env.test: Rewrite so that non-ASCII
+ characters are not used in the final comparison. Part of fixing [Bug
+ 1513659].
2008-07-18 Miguel Sofer <msofer@users.sf.net>