diff options
author | das <das> | 2006-03-15 13:25:40 (GMT) |
---|---|---|
committer | das <das> | 2006-03-15 13:25:40 (GMT) |
commit | f7603a010efd417efe3ccb5e5ffd9858c6821147 (patch) | |
tree | 665d3e96f7828997fa571314d42eda78877c5b4c /tests | |
parent | 124fdea659418388595e11c6ddfcebddcd9da54f (diff) | |
download | tk-f7603a010efd417efe3ccb5e5ffd9858c6821147.zip tk-f7603a010efd417efe3ccb5e5ffd9858c6821147.tar.gz tk-f7603a010efd417efe3ccb5e5ffd9858c6821147.tar.bz2 |
typo in last commit re notAqua constraint
Diffstat (limited to 'tests')
-rw-r--r-- | tests/constraints.tcl | 3 |
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] |