diff options
author | hobbs <hobbs> | 2007-10-30 01:23:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-10-30 01:23:37 (GMT) |
commit | 7e0487611ab2d6921ff55b750d056ce6613847ca (patch) | |
tree | 9ac26837802885fe5ed416ab7232c54d805aaada /tests | |
parent | ce1156096dc7a32412e1dd06b096b3ba30bcbcbe (diff) | |
download | tk-7e0487611ab2d6921ff55b750d056ce6613847ca.zip tk-7e0487611ab2d6921ff55b750d056ce6613847ca.tar.gz tk-7e0487611ab2d6921ff55b750d056ce6613847ca.tar.bz2 |
* tests/winfo.test: winfo-4.5 raise .t to above . for Windows
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winfo.test | 3 |
1 files changed, 2 insertions, 1 deletions
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} { |