summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-10 07:32:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-10 07:32:47 (GMT)
commitdf640a1dfa81b087de3bc53f2b4c4b2388d3d8da (patch)
tree44ccc27b6ee7aa6b997efba804f5b0a3ad7f838d /tests/textWind.test
parent52867011954887f3bde7579ee25de18530eaa817 (diff)
downloadtk-df640a1dfa81b087de3bc53f2b4c4b2388d3d8da.zip
tk-df640a1dfa81b087de3bc53f2b4c4b2388d3d8da.tar.gz
tk-df640a1dfa81b087de3bc53f2b4c4b2388d3d8da.tar.bz2
Cherry-pick test-case changes from catalina_more_tests branch. They appear to work fine on other platforms, so they deserve more exposal separate from the Catalina-specific changes.
Diffstat (limited to 'tests/textWind.test')
-rw-r--r--tests/textWind.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/textWind.test b/tests/textWind.test
index 788c245..938357b 100644
--- a/tests/textWind.test
+++ b/tests/textWind.test
@@ -960,7 +960,7 @@ test textWind-11.1 {EmbWinDisplayProc procedure, geometry transforms} -setup {
place .t -x 30 -y 50
frame .f -width 30 -height 20 -bg $color
.t window create 1.12 -window .f
- update
+ update ; after 100 ; update
winfo geom .f
} -cleanup {
destroy .f
@@ -980,7 +980,7 @@ test textWind-11.2 {EmbWinDisplayProc procedure, geometry transforms} -setup {
place .t -x 30 -y 50
frame .t.f -width 30 -height 20 -bg $color
.t window create 1.12 -window .t.f
- update
+ update ; after 100 ; update
winfo geom .t.f
} -cleanup {
destroy .t.f