diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-23 14:26:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-23 14:26:49 (GMT) |
commit | 5a4dd7b7e2c3e830ccdf2f063046e06976413c5c (patch) | |
tree | a0483a8660ba122d24b169a3bceb0bab677c2874 | |
parent | 5041a0ad7c528348753089e979b428dd625fa7e1 (diff) | |
download | tk-5a4dd7b7e2c3e830ccdf2f063046e06976413c5c.zip tk-5a4dd7b7e2c3e830ccdf2f063046e06976413c5c.tar.gz tk-5a4dd7b7e2c3e830ccdf2f063046e06976413c5c.tar.bz2 |
missing constraint
-rw-r--r-- | tests/winWm.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winWm.test b/tests/winWm.test index c69226b..36fcceb 100644 --- a/tests/winWm.test +++ b/tests/winWm.test @@ -9,7 +9,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: winWm.test,v 1.18.4.1 2009/06/02 09:41:42 patthoyts Exp $ +# RCS: @(#) $Id: winWm.test,v 1.18.4.2 2009/06/23 14:26:49 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -370,7 +370,7 @@ test winWm-8.2 {Tk_WmCmd procedure, "iconphoto" option} win { image delete blank16 blank32 } {} -test winWm-9.0 "Bug #2799589 - delayed activation of destroyed window" -setup { +test winWm-9.0 "Bug #2799589 - delayed activation of destroyed window" -constraints win -setup { proc winwm90click {w} { if {![winfo ismapped $w]} { update } event generate $w <Enter> |