summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurles <surles@noemail.net>1999-04-07 02:32:09 (GMT)
committersurles <surles@noemail.net>1999-04-07 02:32:09 (GMT)
commit28dad6b60514e0fe8e2db9f35314b041ee2b589f (patch)
tree994efaa21fd633f56a9cd24fafdf513b68d07b2b
parentee81af7fcfc53ae2c41d8ad6f5861e550b68818f (diff)
downloadtk-28dad6b60514e0fe8e2db9f35314b041ee2b589f.zip
tk-28dad6b60514e0fe8e2db9f35314b041ee2b589f.tar.gz
tk-28dad6b60514e0fe8e2db9f35314b041ee2b589f.tar.bz2
fixed broken test
FossilOrigin-Name: 345cee8ff600a390c3012ba1619653afd8b7787c
-rw-r--r--tests/focus.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/focus.test b/tests/focus.test
index 5abcdd0..96d7436 100644
--- a/tests/focus.test
+++ b/tests/focus.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: focus.test,v 1.1.4.6 1999/04/06 18:05:57 hershey Exp $
+# RCS: @(#) $Id: focus.test,v 1.1.4.7 1999/04/07 02:32:09 surles Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -537,7 +537,7 @@ if {[catch {send $app set a 0} msg] == 1} {
}
}
cleanupbg
-
+setupbg
test focus-5.1 {ChangeXFocus procedure, don't take focus unless have it} \
{unixOnly testwrapper secureServer} {
focusSetup
@@ -549,7 +549,7 @@ test focus-5.1 {ChangeXFocus procedure, don't take focus unless have it} \
focus .t.b2
update
lappend result [focus]
-} {.t .t {}}
+} {.t {} {}}
catch {destroy .t}
bind all <FocusIn> {}