diff options
author | dgp <dgp@users.sourceforge.net> | 2004-05-26 15:18:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-05-26 15:18:23 (GMT) |
commit | 31e6ca71ca837cbe94666cbb737e6c11198f516f (patch) | |
tree | 1e59eb0ce25da8ee1d6e8fed4a3885c07df9b097 /library/tcltest/pkgIndex.tcl | |
parent | 6418e217136079ba56cb50fea7ad22f0cc6b6dc0 (diff) | |
download | tcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.zip tcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.tar.gz tcl-31e6ca71ca837cbe94666cbb737e6c11198f516f.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]] |