summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-24 10:36:21 (GMT)
committervincentdarley <vincentdarley>2003-11-24 10:36:21 (GMT)
commit8f1c54c65898c7064a39370265a7abc5ba8b4cd3 (patch)
treebbb12ad848d425bb7f848cf8602e1519b184da7c /tests/textWind.test
parent85439d568d2731ed385680654bbc6980c725539e (diff)
downloadtk-8f1c54c65898c7064a39370265a7abc5ba8b4cd3.zip
tk-8f1c54c65898c7064a39370265a7abc5ba8b4cd3.tar.gz
tk-8f1c54c65898c7064a39370265a7abc5ba8b4cd3.tar.bz2
add further updates to ensure test captures all cases
Diffstat (limited to 'tests/textWind.test')
-rw-r--r--tests/textWind.test3
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}}}