diff options
author | dgp <dgp@users.sourceforge.net> | 2004-05-26 15:13:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-05-26 15:13:47 (GMT) |
commit | dc99340ce6d28dea1878ff46900fcd01528947cb (patch) | |
tree | 06838e4e2852625b7bf4ca52ded1effcfd0549b8 /library/tcltest/pkgIndex.tcl | |
parent | bde979906035bbdc9ff1001cb4a4b64a5dd6b813 (diff) | |
download | tcl-dc99340ce6d28dea1878ff46900fcd01528947cb.zip tcl-dc99340ce6d28dea1878ff46900fcd01528947cb.tar.gz tcl-dc99340ce6d28dea1878ff46900fcd01528947cb.tar.bz2 |
* library/tcltest/tcltest.tcl: Correction to debug prints and testing
* library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated
* tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior.
Bumped to tcltest 2.2.6.
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 5ddc69c..6e0766e 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.2.5 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.2.6 [list source [file join $dir tcltest.tcl]] |