summaryrefslogtreecommitdiffstats
path: root/tests/unixWm.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-03-28 17:27:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-03-28 17:27:10 (GMT)
commite28df79982c4950e785d46366ad0a02e5393687e (patch)
tree763662e821b332038a65e4fbd4d588755b4244a1 /tests/unixWm.test
parent6e0cc36e78b8e405dea239f63fba7ee1168bcc40 (diff)
downloadtk-e28df79982c4950e785d46366ad0a02e5393687e.zip
tk-e28df79982c4950e785d46366ad0a02e5393687e.tar.gz
tk-e28df79982c4950e785d46366ad0a02e5393687e.tar.bz2
Replaced all [load {} tk] in Tk test suite with [load {} Tk].
[Bug 220940, Patch 411952]
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r--tests/unixWm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index 61c8a5a..78b9bd7 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: unixWm.test,v 1.12 2000/03/29 00:09:07 ericm Exp $
+# RCS: @(#) $Id: unixWm.test,v 1.13 2001/03/28 17:27:10 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -1832,7 +1832,7 @@ test unixWm-50.4 {Tk_CoordsToWindow procedure, window in other application} {
wm geometry .t +0+0
tkwait visibility .t
interp create slave
- load {} tk slave
+ load {} Tk slave
slave eval {wm geometry . 200x200+0+0; tkwait visibility .}
set result [list [winfo containing 100 100] \
[slave eval {winfo containing 100 100}]]