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 /library/tcltest/pkgIndex.tcl | |
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 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index db46a52..1ffbceb 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.3]} {return} -package ifneeded tcltest 2.0.2 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.1 [list source [file join $dir tcltest.tcl]] |