diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-16 15:22:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-16 15:22:19 (GMT) |
commit | b10853676ca55f91fc64dbd465f31ac93672b359 (patch) | |
tree | b45349cac88a13ed2be79ca9e74544b7bdf03c0e /tests/bind.test | |
parent | 944b920a5dae3a04f9e120c2ec2ed7761c39e93a (diff) | |
download | tk-b10853676ca55f91fc64dbd465f31ac93672b359.zip tk-b10853676ca55f91fc64dbd465f31ac93672b359.tar.gz tk-b10853676ca55f91fc64dbd465f31ac93672b359.tar.bz2 |
* tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]
Diffstat (limited to 'tests/bind.test')
-rw-r--r-- | tests/bind.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/bind.test b/tests/bind.test index b7df78b..91fb949 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: bind.test,v 1.11 2003/02/28 15:55:34 dkf Exp $ +# RCS: @(#) $Id: bind.test,v 1.11.2.1 2007/05/16 15:22:19 dgp Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -15,6 +15,7 @@ namespace import -force tcltest::testsDirectory configure -testdir [file join [pwd] [file dirname [info script]]] configure -loadfile [file join [testsDirectory] constraints.tcl] tcltest::loadTestedCommands +tk useinputmethods 0 catch {destroy .b} toplevel .b -width 100 -height 50 @@ -232,6 +233,7 @@ test bind-6.2 {Tk_DeleteBindTable procedure: pending bindings deleted later} tes interp create foo foo eval { load {} Tk + tk useinputmethods 0 load {} Tktest wm geometry . +0+0 frame .t -width 50 -height 50 |