summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-06-23 14:26:49 (GMT)
committerdgp <dgp@noemail.net>2009-06-23 14:26:49 (GMT)
commit8eaf718302852beb54302741e0cf174840c374ef (patch)
treea0483a8660ba122d24b169a3bceb0bab677c2874
parentf71b6b505e4be029a73fcfe99c96cb782366dd8c (diff)
downloadtk-8eaf718302852beb54302741e0cf174840c374ef.zip
tk-8eaf718302852beb54302741e0cf174840c374ef.tar.gz
tk-8eaf718302852beb54302741e0cf174840c374ef.tar.bz2
missing constraint
FossilOrigin-Name: c73d858612d4f403f9f5d3373bb64f3d33384758
-rw-r--r--tests/winWm.test4
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>