summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-11 21:18:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-11 21:18:40 (GMT)
commit3c4ff78790f36151917e3409056d4296b11a399a (patch)
treea9e627623722c38b832570e784c9239312534785 /library/tcltest/pkgIndex.tcl
parent5c9073b372eb2376d1246e74285c375afc3b8da3 (diff)
downloadtcl-3c4ff78790f36151917e3409056d4296b11a399a.zip
tcl-3c4ff78790f36151917e3409056d4296b11a399a.tar.gz
tcl-3c4ff78790f36151917e3409056d4296b11a399a.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.tcl2
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]]