summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-05-08 05:59:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-05-08 05:59:28 (GMT)
commitae6150523964f0386604a8f2cbdc9e2d669c695a (patch)
tree2d6511c0d816701b5653e4ed3e160a0f65daea7a /ChangeLog
parent1ff071777e6546bc8caa062aa06db59fbe0e8594 (diff)
downloadtcl-ae6150523964f0386604a8f2cbdc9e2d669c695a.zip
tcl-ae6150523964f0386604a8f2cbdc9e2d669c695a.tar.gz
tcl-ae6150523964f0386604a8f2cbdc9e2d669c695a.tar.bz2
* Fixes to test suite when there's a space
in the working path. Thanks to Kevin Kenny.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b1700d..1675ab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* library/tcltest/tcltest.tcl: Corrected [uplevel] quoting when
[source]-ing test script in subdirectories.
+ * tests/fileName.test:
+ * tests/load.test:
+ * tests/main.test:
* tests/tcltest.test: Fixes to test suite when there's a space
in the working path. Thanks to Kevin Kenny.