diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-08 18:04:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-08 18:04:32 (GMT) |
commit | 1280f4f02e39355b948f31b2743bcf4e673c7a03 (patch) | |
tree | bffcddeb9a5a35e07afdaa733203f9a726ab9918 /tests/bind.test | |
parent | 9545f6710bbf15ffb6c4846bd0963c50e97ad114 (diff) | |
download | tk-1280f4f02e39355b948f31b2743bcf4e673c7a03.zip tk-1280f4f02e39355b948f31b2743bcf4e673c7a03.tar.gz tk-1280f4f02e39355b948f31b2743bcf4e673c7a03.tar.bz2 |
Add "testConstraint deprecated" to constraints.tcl, and use it everywhere needed. Add "no-xft" tag to tk::build-info
Diffstat (limited to 'tests/bind.test')
-rw-r--r-- | tests/bind.test | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/bind.test b/tests/bind.test index 7b9b714..741915a 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -13,7 +13,6 @@ eval tcltest::configure $argv tcltest::loadTestedCommands tk useinputmethods 0 -testConstraint nodeprecated [expr {"nodeprecated" ni [tk::pkgconfig list]}] testConstraint needsTcl87 [package vsatisfies [package provide Tcl] 8.7-] testConstraint failsOnWindows [expr {![info exists ::env(CI)] || [tk windowingsystem] ne "win32"}] @@ -6012,7 +6011,7 @@ test bind-28.9 {keysym names, Ð} -body { } -cleanup { destroy .t.f } -result <Key-Ð> -test bind-28.10 {keysym names, Ø} -constraints nodeprecated -body { +test bind-28.10 {keysym names, Ø} -constraints deprecated -body { frame .t.f -class Test -width 150 -height 100 bind .t.f <Ø> foo bind .t.f @@ -6026,7 +6025,7 @@ test bind-28.11 {keysym names, gcedilla} -body { } -cleanup { destroy .t.f } -result <Key-gcedilla> -test bind-28.12 {keysym names, Greek_IOTAdiaeresis -> Greek_IOTAdieresis} -constraints nodeprecated -body { +test bind-28.12 {keysym names, Greek_IOTAdiaeresis -> Greek_IOTAdieresis} -constraints deprecated -body { frame .t.f -class Test -width 150 -height 100 bind .t.f <Greek_IOTAdiaeresis> foo bind .t.f |