diff options
author | vincentdarley <vincentdarley@noemail.net> | 2006-04-18 22:33:03 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2006-04-18 22:33:03 (GMT) |
commit | fd02c599e47072dabd4b60623c11a27a96aac349 (patch) | |
tree | 070d3eb8fd0a8343b716b4543d49687990379852 /tests/constraints.tcl | |
parent | 990465bec3cf9cf4d499d983c2b0992fd7656790 (diff) | |
download | tk-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.tcl | 1 |
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] |