From f7603a010efd417efe3ccb5e5ffd9858c6821147 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 15 Mar 2006 13:25:40 +0000 Subject: typo in last commit re notAqua constraint --- tests/constraints.tcl | 3 +-- 1 file changed, 1 insertion(+), 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] -- cgit v0.12