diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-07 18:53:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-07 18:53:22 (GMT) |
commit | a5c5a8a5df910708a4414fed2bf1e96fa1eee7bc (patch) | |
tree | 30e0b73fd2b14893d93d3968a11f609b1052e149 /ChangeLog | |
parent | 3b21dd18dca159cc96a291b3591e9526460646de (diff) | |
download | tcl-a5c5a8a5df910708a4414fed2bf1e96fa1eee7bc.zip tcl-a5c5a8a5df910708a4414fed2bf1e96fa1eee7bc.tar.gz tcl-a5c5a8a5df910708a4414fed2bf1e96fa1eee7bc.tar.bz2 |
* tests/exec.test: Corrected temporary file management
* tests/fileSystem.test: issues uncovered by -debug 1 test
* tests/ioCmd.test: operations. Also backported some
* tests/pid.test: other fixes from the HEAD.
* tests/socket.test: [Bugs 675605, 675655]
* tests/source.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-10-07 Don Porter <dgp@users.sourceforge.net> + * tests/pid.test: Corrected temporary file management issues + uncovered by -debug 1 test operations. [Bug 675655] + * tests/fCmd.test: Run tests with the [temporaryDirectory] as the current directory, so that tests can depend on ability to write files. [Bug 575837] |