summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-10-30 01:23:37 (GMT)
committerhobbs <hobbs>2007-10-30 01:23:37 (GMT)
commit7e0487611ab2d6921ff55b750d056ce6613847ca (patch)
tree9ac26837802885fe5ed416ab7232c54d805aaada
parentce1156096dc7a32412e1dd06b096b3ba30bcbcbe (diff)
downloadtk-7e0487611ab2d6921ff55b750d056ce6613847ca.zip
tk-7e0487611ab2d6921ff55b750d056ce6613847ca.tar.gz
tk-7e0487611ab2d6921ff55b750d056ce6613847ca.tar.bz2
* tests/winfo.test: winfo-4.5 raise .t to above . for Windows
-rw-r--r--ChangeLog2
-rw-r--r--tests/winfo.test3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8f239f..1c82304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-10-29 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/winfo.test: winfo-4.5 raise .t to above . for Windows
+
* tests/unixWm.test: note TIP#142 results and remove unnecessary
catches.
diff --git a/tests/winfo.test b/tests/winfo.test
index 1153b52..57c5c8b 100644
--- a/tests/winfo.test
+++ b/tests/winfo.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: winfo.test,v 1.13 2004/06/24 12:45:44 dkf Exp $
+# RCS: @(#) $Id: winfo.test,v 1.14 2007/10/30 01:23:37 hobbs Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -122,6 +122,7 @@ test winfo-4.4 {"winfo containing" command} {
list [catch {winfo containing -displayof geek 25 30} msg] $msg
} {1 {bad window path name "geek"}}
test winfo-4.5 {"winfo containing" command} {
+ raise .t
winfo containing [winfo rootx .t.f] [winfo rooty .t.f]
} .t.f
test winfo-4.6 {"winfo containing" command} {nonPortable} {