summaryrefslogtreecommitdiffstats
path: root/tests/canvWind.test
diff options
context:
space:
mode:
authorhershey <hershey>1999-03-24 01:16:26 (GMT)
committerhershey <hershey>1999-03-24 01:16:26 (GMT)
commit55bf2282fef89f9be2acee9c55edaf116170ec00 (patch)
tree06702fbd0df791390869231699185146e16c3894 /tests/canvWind.test
parentc487f55205af49529919bc9ef457977e5a729f0f (diff)
downloadtk-55bf2282fef89f9be2acee9c55edaf116170ec00.zip
tk-55bf2282fef89f9be2acee9c55edaf116170ec00.tar.gz
tk-55bf2282fef89f9be2acee9c55edaf116170ec00.tar.bz2
- changed ::test to ::tcltest
- made many tests more atomic (still more work to do here) - defs.tcl is now identicle for tcl and tk
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
+
+
+
+
+
+
+
+
+
+
+
+