summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/winDde.test')
-rw-r--r--tests/winDde.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/winDde.test b/tests/winDde.test
index 6ba2ba1..5e90208 100644
--- a/tests/winDde.test
+++ b/tests/winDde.test
@@ -10,8 +10,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {"::tcltest" ni [namespace children]} {
- package require tcltest 2
- #tcltest::configure -verbose {pass start}
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}
@@ -43,7 +42,7 @@ proc createChildProcess {ddeServerName args} {
# DDE child server -
#
if {"::tcltest" ni [namespace children]} {
- package require tcltest
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}