diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-13 12:02:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-13 12:02:14 (GMT) |
commit | bba9346f9afc059dcd86d77247b7ce7f9e714ecd (patch) | |
tree | a33dbb7709ba9de072d6e173edf07325243d0cf2 /tests | |
parent | 31ad1f521e59ee70e024b01777c2b0e4d1b88849 (diff) | |
download | tk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.zip tk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.tar.gz tk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.tar.bz2 |
Missing constraint on new test winWm-9.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winWm.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/winWm.test b/tests/winWm.test index 0f2f8d3..38e8f64 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.22 2009/06/02 09:26:57 patthoyts Exp $ +# RCS: @(#) $Id: winWm.test,v 1.23 2009/06/13 12:02:14 dgp Exp $ package require tcltest 2.2 namespace import ::tcltest::* @@ -445,7 +445,7 @@ test winWm-8.2 {Tk_WmCmd procedure, "iconphoto" option} -constraints win -setup destroy .t } -result {} -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> @@ -487,7 +487,7 @@ test winWm-9.0 "Bug #2799589 - delayed activation of destroyed window" -setup { rename winwm90$cmd {} } destroy .tx .t .sd -} -result {ok} +} -result {ok} destroy .t |