summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
commitf44fb9b4500e047fdb9e361a17f44fa46dffec2b (patch)
treea2d158df64500a845f27d243f578e37db69945af
parentbf9af9a40854d7116b0d6a17fae0594ce3c38f09 (diff)
downloadtcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.zip
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.gz
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.bz2
Request the tcltest version that provides the testing facilities used.
-rw-r--r--tests/assemble.test2
-rw-r--r--tests/dict.test2
-rw-r--r--tests/ioCmd.test2
-rw-r--r--tests/source.test4
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/assemble.test b/tests/assemble.test
index bea780a..05c1f9b 100644
--- a/tests/assemble.test
+++ b/tests/assemble.test
@@ -12,7 +12,7 @@
# Commands covered: assemble
if {"::tcltest" ni [namespace children]} {
- package require tcltest 2.2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
namespace eval tcl::unsupported {namespace export assemble}
diff --git a/tests/dict.test b/tests/dict.test
index 1479727..904ec53 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -10,7 +10,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 3c4caa7..68bc542 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -14,7 +14,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
diff --git a/tests/source.test b/tests/source.test
index ab6b447..8b146d3 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -12,8 +12,8 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-if {[catch {package require tcltest 2.1}]} {
- puts stderr "Skipping tests in [info script]. tcltest 2.1 required."
+if {[catch {package require tcltest 2.5}]} {
+ puts stderr "Skipping tests in [info script]. tcltest 2.5 required."
return
}