diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-03 23:44:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-03 23:44:31 (GMT) |
commit | b48530e1b4a15844fa587c497a44847bf1b54c6c (patch) | |
tree | 1d5fa5d4fe765861fb412583c539f93246e58600 /ChangeLog | |
parent | b4c959acbb466e8e542ed8285d42a91a936b67c4 (diff) | |
download | tcl-b48530e1b4a15844fa587c497a44847bf1b54c6c.zip tcl-b48530e1b4a15844fa587c497a44847bf1b54c6c.tar.gz tcl-b48530e1b4a15844fa587c497a44847bf1b54c6c.tar.bz2 |
* Implementation of TIP 85. Allows tcltest
users to add new legal values of the -match option to [test],
associating each with a Tcl command that does the matching of
expected results with actual results of tests. Thanks to
Arjen Markus. [Patch 521362]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-06-03 Don Porter <dgp@users.sourceforge.net> + + * doc/tcltest.n: + * library/tcltest/tcltest.tcl: + * library/tcltest/pkgIndex.tcl: + * tests/tcltest.test: Implementation of TIP 85. Allows tcltest + users to add new legal values of the -match option to [test], + associating each with a Tcl command that does the matching of + expected results with actual results of tests. Thanks to + Arjen Markus. [Patch 521362] + 2002-06-03 Miguel Sofer <msofer@users.sourceforge.net> * doc/namespace.n: added description of [namepace forget] |