diff options
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 2f2970d..23b1c64 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: unixEmbed.test,v 1.5 1999/04/16 01:51:41 stanton Exp $ +# RCS: @(#) $Id: unixEmbed.test,v 1.6 1999/04/19 23:54:57 hershey Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -203,7 +203,8 @@ test unixEmbed-2.4 {EmbeddedEventProc procedure} { list $x [testembed] } {{{XXX .f1 {} {}}} {}} -test unixEmbed-3.1 {ContainerEventProc procedure, detect creation} { +test unixEmbed-3.1 {ContainerEventProc procedure, detect creation} \ + {nonPortable} { foreach w [winfo child .] { catch {destroy $w} } |