diff options
author | dgp@users.sourceforge.net <dgp> | 2009-06-23 14:26:49 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2009-06-23 14:26:49 (GMT) |
commit | 76efa8f76f05e7b592ae416bbcccc1e7efc8653d (patch) | |
tree | a0483a8660ba122d24b169a3bceb0bab677c2874 /tests/winWm.test | |
parent | 32ecd2faa2d4fe12acff9922efe2917a9775f3a4 (diff) | |
download | tk-76efa8f76f05e7b592ae416bbcccc1e7efc8653d.zip tk-76efa8f76f05e7b592ae416bbcccc1e7efc8653d.tar.gz tk-76efa8f76f05e7b592ae416bbcccc1e7efc8653d.tar.bz2 |
missing constraint
Diffstat (limited to 'tests/winWm.test')
-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> |