diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-14 05:01:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-14 05:01:48 (GMT) |
commit | 8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83 (patch) | |
tree | 3f002fde32d98cd5d25c4c1cd254b2ae5ac232ae /tests/constraints.tcl | |
parent | 1fb6cda0f576123a95af432a49030f4f23f2e463 (diff) | |
download | tk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.zip tk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.tar.gz tk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.tar.bz2 |
* tests/constraints.tcl: Added notAqua constraint to canvPs-3.1
* tests/canvPs.test: to stop test suite crash on Mac OSX.
[Bug 1088807]
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r-- | tests/constraints.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index db1aa88..19013ec 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -145,6 +145,7 @@ namespace import -force tk::test::* namespace import -force tcltest::testConstraint +testConstraint userInteraction [expr {[tk windowingsystem] ne "aqua"}] testConstraint userInteraction 0 testConstraint nonUnixUserInteraction [expr { [testConstraint userInteraction] || [testConstraint unix] |