diff options
author | hobbs <hobbs@noemail.net> | 2007-10-30 01:23:36 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2007-10-30 01:23:36 (GMT) |
commit | 1b1c93c30e1cba46c1bfe4813a3b4e8f5503b183 (patch) | |
tree | 9ac26837802885fe5ed416ab7232c54d805aaada /tests/winfo.test | |
parent | a19d88f8a28bbf208d6ada55433d4d5aa8a31932 (diff) | |
download | tk-1b1c93c30e1cba46c1bfe4813a3b4e8f5503b183.zip tk-1b1c93c30e1cba46c1bfe4813a3b4e8f5503b183.tar.gz tk-1b1c93c30e1cba46c1bfe4813a3b4e8f5503b183.tar.bz2 |
* tests/winfo.test: winfo-4.5 raise .t to above . for Windows
FossilOrigin-Name: 5f9eeb1e0cce892723ef7cc8d750aa172138e3e5
Diffstat (limited to 'tests/winfo.test')
-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} { |