diff options
author | das <das> | 2007-05-09 12:52:44 (GMT) |
---|---|---|
committer | das <das> | 2007-05-09 12:52:44 (GMT) |
commit | b7ca14476921fec908be93647b91fe3947b5f824 (patch) | |
tree | 6eda67904dbf0cfa0837f683cac25285710656c5 /tests/unixMenu.test | |
parent | e34afd70d21dec5f26e8f60db0ea38ff755af2d3 (diff) | |
download | tk-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/unixMenu.test')
-rw-r--r-- | tests/unixMenu.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unixMenu.test b/tests/unixMenu.test index 6229d6f..a56b62e 100644 --- a/tests/unixMenu.test +++ b/tests/unixMenu.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixMenu.test,v 1.9 2004/06/24 12:45:44 dkf Exp $ +# RCS: @(#) $Id: unixMenu.test,v 1.10 2007/05/09 12:52:44 das Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -303,7 +303,7 @@ test unixMenu-17.1 {GetMenuSeparatorGeometry} unix { list [catch {tk::TearOffMenu .m1 40 40}] [destroy .m1] } {0 {}} -test unixMenu-18.1 {GetTearoffEntryGeometry} unix { +test unixMenu-18.1 {GetTearoffEntryGeometry} {unix nonUnixUserInteraction} { catch {destroy .m1} menubutton .mb -text "test" -menu .mb.m menu .mb.m @@ -553,7 +553,7 @@ test unixMenu-20.1 {DrawTearoffEntry - menubar} unix { . configure -menu .m1 list [catch {update} msg] $msg [. configure -menu ""] [destroy .m1] } {0 {} {} {}} -test unixMenu-20.2 {DrawTearoffEntry - non-menubar} unix { +test unixMenu-20.2 {DrawTearoffEntry - non-menubar} {unix nonUnixUserInteraction} { catch {destroy .m1} menu .m1 .m1 add command -label foo @@ -819,7 +819,7 @@ test unixMenu-25.4 {TkpComputeStandardMenuGeometry - separator} unix { .m1 add separator list [update idletasks] [destroy .m1] } {{} {}} -test unixMenu-25.5 {TkpComputeStandardMenuGeometry - tearoff entry} unix { +test unixMenu-25.5 {TkpComputeStandardMenuGeometry - tearoff entry} {unix nonUnixUserInteraction} { catch {destroy .m1} menubutton .mb -text "test" -menu .mb.m menu .mb.m |