summaryrefslogtreecommitdiffstats
path: root/tests/visual.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-07-12 13:40:58 (GMT)
committerdgp <dgp@noemail.net>2002-07-12 13:40:58 (GMT)
commit114b021c2e7e9fc5ae4b3899a1e473eb0d1be015 (patch)
treed8e183b36df3072890d7f699cb3530b8aa5e7777 /tests/visual.test
parent8464e0f7636a70c65aa412812f1f7d70df195cb9 (diff)
downloadtk-114b021c2e7e9fc5ae4b3899a1e473eb0d1be015.zip
tk-114b021c2e7e9fc5ae4b3899a1e473eb0d1be015.tar.gz
tk-114b021c2e7e9fc5ae4b3899a1e473eb0d1be015.tar.bz2
* Converted several files in the Tk test suite for testing by
tcltest 2.1. FossilOrigin-Name: 3892bfbf58651928daf7fae82d0d6453eb050f88
Diffstat (limited to 'tests/visual.test')
-rw-r--r--tests/visual.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/visual.test b/tests/visual.test
index 8614c2d..6863abf 100644
--- a/tests/visual.test
+++ b/tests/visual.test
@@ -7,11 +7,11 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: visual.test,v 1.3 1999/04/16 01:51:43 stanton Exp $
+# RCS: @(#) $Id: visual.test,v 1.4 2002/07/12 13:41:01 dgp Exp $
-if {[lsearch [namespace children] ::tcltest] == -1} {
- source [file join [pwd] [file dirname [info script]] defs.tcl]
-}
+package require tcltest 2.1
+namespace import -force tcltest::test
+eval tcltest::configure $argv
foreach i [winfo children .] {
destroy $i