From b10853676ca55f91fc64dbd465f31ac93672b359 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 16 May 2007 15:22:19 +0000 Subject: * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316] --- ChangeLog | 4 ++++ tests/bind.test | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea1a3c2..bc97fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-16 Don Porter + + * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316] + 2007-05-15 Don Porter * changes: updates for 8.4.15 release. 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 -- cgit v0.12