summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2006-04-18 22:33:03 (GMT)
committervincentdarley <vincentdarley@noemail.net>2006-04-18 22:33:03 (GMT)
commitfd02c599e47072dabd4b60623c11a27a96aac349 (patch)
tree070d3eb8fd0a8343b716b4543d49687990379852 /tests/constraints.tcl
parent990465bec3cf9cf4d499d983c2b0992fd7656790 (diff)
downloadtk-fd02c599e47072dabd4b60623c11a27a96aac349.zip
tk-fd02c599e47072dabd4b60623c11a27a96aac349.tar.gz
tk-fd02c599e47072dabd4b60623c11a27a96aac349.tar.bz2
fix tests for TkAqua
FossilOrigin-Name: b8ddb299b6bd6873f85bf3b3c197851c4bf94949
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 6219004..3b786d9 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -145,6 +145,7 @@ namespace import -force tk::test::*
namespace import -force tcltest::testConstraint
testConstraint notAqua [expr {[tk windowingsystem] ne "aqua"}]
+testConstraint aqua [expr {[tk windowingsystem] eq "aqua"}]
testConstraint userInteraction 0
testConstraint nonUnixUserInteraction [expr {
[testConstraint userInteraction] || [testConstraint unix]