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)
commit91ac1eea47d9605e024aa917384ee0ae77ae5448 (patch)
treee393272420d95ac235748dbd07b7b5ce18461946 /library/tcltest/pkgIndex.tcl
parent322b25e28bcd49ab5c3e5473640ea10851cb82a6 (diff)
downloadtcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.zip
tcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.tar.gz
tcl-91ac1eea47d9605e024aa917384ee0ae77ae5448.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]]