summaryrefslogtreecommitdiff
path: root/tk/tests/canvWind.test
diff options
context:
space:
mode:
Diffstat (limited to 'tk/tests/canvWind.test')
-rw-r--r--tk/tests/canvWind.test27
1 files changed, 22 insertions, 5 deletions
diff --git a/tk/tests/canvWind.test b/tk/tests/canvWind.test
index 7e9d7da7ab7..b408b0d9477 100644
--- a/tk/tests/canvWind.test
+++ b/tk/tests/canvWind.test
@@ -3,14 +3,13 @@
# fashion for Tcl tests.
#
# Copyright (c) 1997 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 .] {
@@ -131,3 +130,21 @@ test canvWind-1.4 {DisplayWinItem, windows off-screen horizontally} {
update
lappend x [list [winfo ismapped $f] [winfo x $f]]
} {{1 3} {1 -79} {0 -79} {1 255} {0 255}}
+catch {destroy .t}
+
+# cleanup
+::tcltest::cleanupTests
+return
+
+
+
+
+
+
+
+
+
+
+
+
+