diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-11 21:18:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-11 21:18:40 (GMT) |
commit | 31db1293d7001f8e7aeb25c06df292f43db1154e (patch) | |
tree | a9e627623722c38b832570e784c9239312534785 /library/tcltest/pkgIndex.tcl | |
parent | 7d84381bfcf3014790c83d13caa0dd5fcf16af5e (diff) | |
download | tcl-31db1293d7001f8e7aeb25c06df292f43db1154e.zip tcl-31db1293d7001f8e7aeb25c06df292f43db1154e.tar.gz tcl-31db1293d7001f8e7aeb25c06df292f43db1154e.tar.bz2 |
* library/tcltest/tcltest.tcl: Accept underscores and colons in
* library/tcltest/pkgIndex.tcl: constraint names. Properly handle
constraint expressions that return non-numeric boolean results like
"false". Bump to tcltest 2.2.9. [Bug 1772989; RFE 1071322]
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 1aa4a46..ec0ef1f 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.8 [list source [file join $dir tcltest.tcl]] +package ifneeded tcltest 2.2.9 [list source [file join $dir tcltest.tcl]] |