summaryrefslogtreecommitdiffstats
path: root/tests/string.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-02 12:54:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-02 12:54:37 (GMT)
commitb1098ebef45f96bedb785e09f4f912db3ca0e9f9 (patch)
tree479f819fb0b122b2e3161cb2c8a9e24a435b4a88 /tests/string.test
parent4f523fda09b2d21bf1b830e0258a4f489d4a8df4 (diff)
parentbc7cee752da36301f1478e54749f8e6b4a8d8b3e (diff)
downloadtcl-b1098ebef45f96bedb785e09f4f912db3ca0e9f9.zip
tcl-b1098ebef45f96bedb785e09f4f912db3ca0e9f9.tar.gz
tcl-b1098ebef45f96bedb785e09f4f912db3ca0e9f9.tar.bz2
merge trunk
Diffstat (limited to 'tests/string.test')
-rw-r--r--tests/string.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/string.test b/tests/string.test
index b3326ae..8cacd07 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -17,6 +17,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
namespace import -force ::tcltest::*
}
+::tcltest::loadTestedCommands
+catch [list package require -exact Tcltest [info patchlevel]]
+
# Some tests require the testobj command
testConstraint testobj [expr {[info commands testobj] != {}}]