summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-05-16 15:22:19 (GMT)
committerdgp <dgp@noemail.net>2007-05-16 15:22:19 (GMT)
commit232899efc62dfcdd0feb831863440d99879fbc40 (patch)
treeb45349cac88a13ed2be79ca9e74544b7bdf03c0e /tests/bind.test
parent619d79a27960e87cadc19d084805e2a5f7aaa8c0 (diff)
downloadtk-232899efc62dfcdd0feb831863440d99879fbc40.zip
tk-232899efc62dfcdd0feb831863440d99879fbc40.tar.gz
tk-232899efc62dfcdd0feb831863440d99879fbc40.tar.bz2
* tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]
FossilOrigin-Name: 7a98f33120d390a59cbeba6df9cf18c79e72481d
Diffstat (limited to 'tests/bind.test')
-rw-r--r--tests/bind.test4
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