summaryrefslogtreecommitdiffstats
path: root/tests/winMenu.test
diff options
context:
space:
mode:
authordas <das>2007-05-09 12:52:44 (GMT)
committerdas <das>2007-05-09 12:52:44 (GMT)
commitb7ca14476921fec908be93647b91fe3947b5f824 (patch)
tree6eda67904dbf0cfa0837f683cac25285710656c5 /tests/winMenu.test
parente34afd70d21dec5f26e8f60db0ea38ff755af2d3 (diff)
downloadtk-b7ca14476921fec908be93647b91fe3947b5f824.zip
tk-b7ca14476921fec908be93647b91fe3947b5f824.tar.gz
tk-b7ca14476921fec908be93647b91fe3947b5f824.tar.bz2
* tests/constraints.tcl: ensure 'nonUnixUserInteraction' constraint is
set for aqua. * tests/choosedir.test: add 'notAqua' constraints to X11-only tests; * tests/clrpick.test: add 'nonUnixUserInteraction' to 'unix' tests * tests/menuDraw.test: requiring interaction on aqua. * tests/unixMenu.test: * tests/unixWm.test: * tests/winMenu.test:
Diffstat (limited to 'tests/winMenu.test')
-rw-r--r--tests/winMenu.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winMenu.test b/tests/winMenu.test
index 01ed0c5..ff3296b 100644
--- a/tests/winMenu.test
+++ b/tests/winMenu.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: winMenu.test,v 1.9 2004/06/24 12:45:44 dkf Exp $
+# RCS: @(#) $Id: winMenu.test,v 1.10 2007/05/09 12:52:44 das Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -879,7 +879,7 @@ test winMenu-32.4 {TkpComputeStandardMenuGeometry - separator} win {
.m1 add separator
list [update idletasks] [destroy .m1]
} {{} {}}
-test winMenu-32.5 {TkpComputeStandardMenuGeometry - tearoff entry} unix {
+test winMenu-32.5 {TkpComputeStandardMenuGeometry - tearoff entry} {unix nonUnixUserInteraction} {
catch {destroy .m1}
menubutton .mb -text "test" -menu .mb.m
menu .mb.m