summaryrefslogtreecommitdiffstats
path: root/tests/winWm.test
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-07-12 13:40:58 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-07-12 13:40:58 (GMT)
commitd6221cd8a9e69a5623cba5aab41cbba867c614aa (patch)
treed8e183b36df3072890d7f699cb3530b8aa5e7777 /tests/winWm.test
parent026bda5e161b3e9a935354888b8189f700c1b8a3 (diff)
downloadtk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.zip
tk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.tar.gz
tk-d6221cd8a9e69a5623cba5aab41cbba867c614aa.tar.bz2
* Converted several files in the Tk test suite for testing by
tcltest 2.1.
Diffstat (limited to 'tests/winWm.test')
-rw-r--r--tests/winWm.test9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/winWm.test b/tests/winWm.test
index bc4a220..5e81325 100644
--- a/tests/winWm.test
+++ b/tests/winWm.test
@@ -9,12 +9,11 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: winWm.test,v 1.6 2002/06/24 20:34:40 mdejong Exp $
-
-if {[lsearch [namespace children] ::tcltest] == -1} {
- source [file join [pwd] [file dirname [info script]] defs.tcl]
-}
+# RCS: @(#) $Id: winWm.test,v 1.7 2002/07/12 13:41:01 dgp Exp $
+package require tcltest 2.1
+namespace import -force tcltest::test
+eval tcltest::configure $argv
foreach i [winfo children .] {
catch {destroy $i}
}