diff options
author | vincentdarley <vincentdarley@noemail.net> | 2003-11-24 10:36:20 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2003-11-24 10:36:20 (GMT) |
commit | 29130ce637ab01989e45e5fc94f8b1a7ba9a5e68 (patch) | |
tree | bbb12ad848d425bb7f848cf8602e1519b184da7c | |
parent | 49b3f0dceb092fbb212cbf7a4f9548c8d324655e (diff) | |
download | tk-29130ce637ab01989e45e5fc94f8b1a7ba9a5e68.zip tk-29130ce637ab01989e45e5fc94f8b1a7ba9a5e68.tar.gz tk-29130ce637ab01989e45e5fc94f8b1a7ba9a5e68.tar.bz2 |
add further updates to ensure test captures all cases
FossilOrigin-Name: d57c33356b43b2db81142a51451a87f1dc8f687f
-rw-r--r-- | tests/textWind.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/textWind.test b/tests/textWind.test index f5816a7..b623aa0 100644 --- a/tests/textWind.test +++ b/tests/textWind.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textWind.test,v 1.13 2003/11/21 17:29:13 vincentdarley Exp $ +# RCS: @(#) $Id: textWind.test,v 1.14 2003/11/24 10:36:21 vincentdarley Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -517,6 +517,7 @@ test textWind-10.6.1 {EmbWinLayoutProc procedure, error in creating window} { } set msg {} update + while {[llength $msg] == 1} { update } set msg } {{{can't embed .t2 relative to .t}} {{window name "t2" already exists in parent}}} |