summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-11-12 22:43:25 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-11-12 22:43:25 (GMT)
commit64f28a15942c6c9b52d5a317c761edf3af0766a2 (patch)
treea3747eea844696e78e092f24d64bc4abbf1d605a /tests/constraints.tcl
parent21bb9d29e571daf585ae2706f06f12e9b373919c (diff)
downloadtk-64f28a15942c6c9b52d5a317c761edf3af0766a2.zip
tk-64f28a15942c6c9b52d5a317c761edf3af0766a2.tar.gz
tk-64f28a15942c6c9b52d5a317c761edf3af0766a2.tar.bz2
backported listbox test fix from head - the default activestyle on windows is 'underline'
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 94f7931..843ee4d 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -146,6 +146,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 nonwin [expr {[tk windowingsystem] ne "win32"}]
testConstraint userInteraction 0
testConstraint nonUnixUserInteraction [expr {
[testConstraint userInteraction] ||