diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-10 07:32:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-10 07:32:47 (GMT) |
commit | df640a1dfa81b087de3bc53f2b4c4b2388d3d8da (patch) | |
tree | 44ccc27b6ee7aa6b997efba804f5b0a3ad7f838d /tests/textWind.test | |
parent | 52867011954887f3bde7579ee25de18530eaa817 (diff) | |
download | tk-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.test | 4 |
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 |