summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}}}