summaryrefslogtreecommitdiff
path: root/tk/tests/visual.test
diff options
context:
space:
mode:
Diffstat (limited to 'tk/tests/visual.test')
-rw-r--r--tk/tests/visual.test26
1 files changed, 21 insertions, 5 deletions
diff --git a/tk/tests/visual.test b/tk/tests/visual.test
index 82408bf061b..4b2ef3e05b6 100644
--- a/tk/tests/visual.test
+++ b/tk/tests/visual.test
@@ -4,14 +4,13 @@
#
# Copyright (c) 1994 The Regents of the University of California.
# Copyright (c) 1994-1995 Sun Microsystems, Inc.
-#
-# See the file "license.terms" for information on usage and redistribution
-# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+# Copyright (c) 1998-1999 by Scriptics Corporation.
+# All rights reserved.
#
# RCS: @(#) $Id$
-if {[info procs test] != "test"} {
- source defs
+if {[lsearch [namespace children] ::tcltest] == -1} {
+ source [file join [pwd] [file dirname [info script]] defs.tcl]
}
foreach i [winfo children .] {
@@ -310,3 +309,20 @@ foreach w [winfo child .] {
}
rename eatColors {}
rename colorsFree {}
+
+# cleanup
+::tcltest::cleanupTests
+return
+
+
+
+
+
+
+
+
+
+
+
+
+