diff options
author | vincentdarley <vincentdarley> | 2003-11-24 10:36:21 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-24 10:36:21 (GMT) |
commit | 5e9fda2731c738809e11548e84b8c58070f4244f (patch) | |
tree | bbb12ad848d425bb7f848cf8602e1519b184da7c /tests/textWind.test | |
parent | e12ef8efd22290667ca8025a561c41bd0a0dc872 (diff) | |
download | tk-5e9fda2731c738809e11548e84b8c58070f4244f.zip tk-5e9fda2731c738809e11548e84b8c58070f4244f.tar.gz tk-5e9fda2731c738809e11548e84b8c58070f4244f.tar.bz2 |
add further updates to ensure test captures all cases
Diffstat (limited to 'tests/textWind.test')
-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}}} |