summaryrefslogtreecommitdiffstats
path: root/tests/canvWind.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvWind.test')
-rw-r--r--tests/canvWind.test18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/canvWind.test b/tests/canvWind.test
index 0038dac..c625606 100644
--- a/tests/canvWind.test
+++ b/tests/canvWind.test
@@ -6,9 +6,9 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: canvWind.test,v 1.1.4.3 1999/03/11 18:50:41 hershey Exp $
+# RCS: @(#) $Id: canvWind.test,v 1.1.4.4 1999/03/24 01:16:38 hershey Exp $
-if {[lsearch [namespace children] ::test] == -1} {
+if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
}
@@ -133,5 +133,17 @@ test canvWind-1.4 {DisplayWinItem, windows off-screen horizontally} {
catch {destroy .t}
# cleanup
-::test::cleanupTests
+::tcltest::cleanupTests
return
+
+
+
+
+
+
+
+
+
+
+
+