summaryrefslogtreecommitdiffstats
path: root/library/tcltest/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-26 22:56:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-26 22:56:07 (GMT)
commit3c89c8815327f98cfec4b1a72275d913dd79fb21 (patch)
treee393272420d95ac235748dbd07b7b5ce18461946 /library/tcltest/pkgIndex.tcl
parent41b843993d6a8264de02d9a724ddfcb0b5e33415 (diff)
downloadtcl-3c89c8815327f98cfec4b1a72275d913dd79fb21.zip
tcl-3c89c8815327f98cfec4b1a72275d913dd79fb21.tar.gz
tcl-3c89c8815327f98cfec4b1a72275d913dd79fb21.tar.bz2
* library/tcltest/tcltest.tcl: Added reporting during
[configure -debug 1] operations to warn about multiple uses of the same test name. [FR 576693] Replaced [regexp] and [regsub] with [string map] where possible. Thanks to David Welton. [Bugs 667456,667558] * library/tcltest/pkgIndex.tcl: Bumped to tcltest 2.2.3 * tests/msgcat.test (msgcat-2.2.1): changed test name to avoid duplication. [Bug 710356]
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 345740a..b91babd 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.2 [list source [file join $dir tcltest.tcl]]
+package ifneeded tcltest 2.2.3 [list source [file join $dir tcltest.tcl]]