summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authordas <das>2006-03-15 13:25:40 (GMT)
committerdas <das>2006-03-15 13:25:40 (GMT)
commitf7603a010efd417efe3ccb5e5ffd9858c6821147 (patch)
tree665d3e96f7828997fa571314d42eda78877c5b4c /tests/constraints.tcl
parent124fdea659418388595e11c6ddfcebddcd9da54f (diff)
downloadtk-f7603a010efd417efe3ccb5e5ffd9858c6821147.zip
tk-f7603a010efd417efe3ccb5e5ffd9858c6821147.tar.gz
tk-f7603a010efd417efe3ccb5e5ffd9858c6821147.tar.bz2
typo in last commit re notAqua constraint
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r--tests/constraints.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl
index 19013ec..6219004 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -144,8 +144,7 @@ namespace eval tk {
namespace import -force tk::test::*
namespace import -force tcltest::testConstraint
-
-testConstraint userInteraction [expr {[tk windowingsystem] ne "aqua"}]
+testConstraint notAqua [expr {[tk windowingsystem] ne "aqua"}]
testConstraint userInteraction 0
testConstraint nonUnixUserInteraction [expr {
[testConstraint userInteraction] || [testConstraint unix]