diff options
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} { |