diff options
author | jenn <jenn> | 2000-09-29 22:47:13 (GMT) |
---|---|---|
committer | jenn <jenn> | 2000-09-29 22:47:13 (GMT) |
commit | 355d38b8c1cd8ed56d042fec2e6929cbd39dc428 (patch) | |
tree | 1a0628676ccceb2c35ffde1d78fdd5b424e5908e /ChangeLog | |
parent | d8e9b004e4b38c7b0c2f23cf6690d53540f3c168 (diff) | |
download | tcl-355d38b8c1cd8ed56d042fec2e6929cbd39dc428.zip tcl-355d38b8c1cd8ed56d042fec2e6929cbd39dc428.tar.gz tcl-355d38b8c1cd8ed56d042fec2e6929cbd39dc428.tar.bz2 |
* library/tcltest1.0/tcltest2.tcl:
* tests/tcltest.test:
* doc/tcltest2.n: Modified the new form of the test command to
accept both attribute-value pairs and command line options.
Updated the tests and the documentation for this new format.
Also changed the option names for the test command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-09-29 Jennifer Hom <jenn@ajubasolutions.com> + + * library/tcltest1.0/tcltest2.tcl: + * tests/tcltest.test: + * doc/tcltest2.n: Modified the new form of the test command to + accept both attribute-value pairs and command line options. + Updated the tests and the documentation for this new format. + Also changed the option names for the test command. + 2000-09-29 Jeff Hobbs <hobbs@scriptics.com> * win/Makefile.in: commented use of TESTFLAGS |