summaryrefslogtreecommitdiffstats
path: root/tests/winWm.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-06-13 12:02:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-06-13 12:02:14 (GMT)
commitbba9346f9afc059dcd86d77247b7ce7f9e714ecd (patch)
treea33dbb7709ba9de072d6e173edf07325243d0cf2 /tests/winWm.test
parent31ad1f521e59ee70e024b01777c2b0e4d1b88849 (diff)
downloadtk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.zip
tk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.tar.gz
tk-bba9346f9afc059dcd86d77247b7ce7f9e714ecd.tar.bz2
Missing constraint on new test winWm-9.0
Diffstat (limited to 'tests/winWm.test')
-rw-r--r--tests/winWm.test6
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