From ad1ccfdeba286542f72f1f58a8387d32a66eae80 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 1 Jul 2002 07:52:02 +0000 Subject: * 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. --- ChangeLog | 7 ++++ tests/README | 104 +++++++++++----------------------------------------- tests/cmdMZ.test | 24 +++++++----- tests/encoding.test | 93 ++++++++++++++++++++++++++-------------------- tests/fCmd.test | 11 ++++-- tests/info.test | 3 +- tests/interp.test | 54 ++++++++++++++------------- 7 files changed, 133 insertions(+), 163 deletions(-) diff --git a/ChangeLog b/ChangeLog index b672f8e..235e336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2002-06-30 Don Porter + * 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. diff --git a/tests/README b/tests/README index 8b2fa4f..4a82e91 100644 --- a/tests/README +++ b/tests/README @@ -1,6 +1,6 @@ README -- Tcl test suite design document. -RCS: @(#) $Id: README,v 1.8 1999/08/31 21:49:27 jenn Exp $ +RCS: @(#) $Id: README,v 1.9 2002/07/01 07:52:02 dgp Exp $ Contents: --------- @@ -23,75 +23,16 @@ You can run the tests in three ways: (a) type "make test" in ../unix; this will run all of the tests. (b) type "tcltest ?