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/unixWm.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/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index fcce160..c749efa 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixWm.test,v 1.41 2005/11/16 02:51:38 jenglish Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.42 2007/05/09 12:52:44 das Exp $ package require tcltest 2.2 eval tcltest::configure $argv @@ -2158,7 +2158,7 @@ test unixWm-53.2 {TkWmRemoveFromColormapWindows procedure} unix { wm colormap .t } {} -test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} unix { +test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} {unix nonUnixUserInteraction} { catch {destroy .t} catch {destroy .m} toplevel .t -width 300 -height 200 -bd 2 -relief raised @@ -2175,7 +2175,7 @@ test unixWm-54.1 {TkpMakeMenuWindow procedure, setting save_under} unix { destroy .m set x } {no event} -test unixWm-54.2 {TkpMakeMenuWindow procedure, setting override_redirect} unix { +test unixWm-54.2 {TkpMakeMenuWindow procedure, setting override_redirect} {unix nonUnixUserInteraction} { catch {destroy .m} menu .m .m add command -label First |