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/clrpick.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/clrpick.test')
-rw-r--r-- | tests/clrpick.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clrpick.test b/tests/clrpick.test index 341a6de..874a532 100644 --- a/tests/clrpick.test +++ b/tests/clrpick.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: clrpick.test,v 1.12 2004/06/24 12:45:42 dkf Exp $ +# RCS: @(#) $Id: clrpick.test,v 1.13 2007/05/09 12:52:44 das Exp $ # package require tcltest 2.1 @@ -192,7 +192,7 @@ test clrpick-3.2 {tk_chooseColor: background events} {nonUnixUserInteraction} { tk_chooseColor -parent $parent -title "Press Cancel" } "" -test clrpick-4.1 {tk_chooseColor: screen is inherited from parent} unix { +test clrpick-4.1 {tk_chooseColor: screen is inherited from parent} {unix notAqua} { after 50 {set ::scr [winfo screen .__tk__color]} ToPressButton $parent cancel tk_chooseColor -parent $parent |