summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-14 05:01:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-14 05:01:48 (GMT)
commit8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83 (patch)
tree3f002fde32d98cd5d25c4c1cd254b2ae5ac232ae /tests/constraints.tcl
parent1fb6cda0f576123a95af432a49030f4f23f2e463 (diff)
downloadtk-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.tcl1
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]