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 | 22922bbd6ffb30b159c0c8e9f9b9896736dab174 (patch) | |
tree | a0483a8660ba122d24b169a3bceb0bab677c2874 | |
parent | 07c9eccedfff3b0d9f6c47c8cba58d0e9eb7d0a3 (diff) | |
download | tk-22922bbd6ffb30b159c0c8e9f9b9896736dab174.zip tk-22922bbd6ffb30b159c0c8e9f9b9896736dab174.tar.gz tk-22922bbd6ffb30b159c0c8e9f9b9896736dab174.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> |