diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-01 07:52:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-01 07:52:02 (GMT) |
commit | ad1ccfdeba286542f72f1f58a8387d32a66eae80 (patch) | |
tree | 4eb1829723d0b43f31aa865b86bf3afa33d292ea /ChangeLog | |
parent | 688fa3e8e5fa9917e24ef78bddcbbfae8f20c80c (diff) | |
download | tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.zip tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.tar.gz tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.tar.bz2 |
* Updated the instructions on running and adding to the test suite.
Also updated several tests, mostly to correctly create and destroy
any temporary files in the [temporaryDirectory] of tcltest.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-06-30 Don Porter <dgp@users.sourceforge.net> + * tests/README: Updated the instructions on running and + * tests/cmdMZ.test: adding to the test suite. Also updated + * tests/encoding.test: several tests, mostly to correctly create + * tests/fCmd.test: and destroy any temporary files in the + * tests/info.test: [temporaryDirectory] of tcltest. + * tests/interp.test: + * library/tcltest/tcltest.tcl: Stopped checking for writeability of -tmpdir value because no default directory can be guaranteed to be writeable. |