summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 10:23:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-04 10:23:17 (GMT)
commit82fa36590eab7415072e7d56195fca78277676c7 (patch)
tree7e8c17e1fa8de47ca37769571b35880869a373a9 /tests
parent50092ff480b5a538c303cc781bf30505d4c2ba08 (diff)
parent35b2870cff97386ce7ea956ee317bec123017d52 (diff)
downloadtk-82fa36590eab7415072e7d56195fca78277676c7.zip
tk-82fa36590eab7415072e7d56195fca78277676c7.tar.gz
tk-82fa36590eab7415072e7d56195fca78277676c7.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/unixEmbed.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test
index b322ef7..2496c43 100644
--- a/tests/unixEmbed.test
+++ b/tests/unixEmbed.test
@@ -1238,13 +1238,12 @@ test unixEmbed-10.1 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -con
deleteWindows
} -body {
frame .f1 -container 1 -width 200 -height 50
- update
pack .f1
- update
+ update idletasks
toplevel .t1 -use [winfo id .f1] -width 150 -height 80
- update
+ update idletasks
wm geometry .t1 +40+50
- update
+ update idletasks
wm geometry .t1
} -cleanup {
deleteWindows
@@ -1256,10 +1255,11 @@ test unixEmbed-10.2 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -con
} -body {
frame .f1 -container 1 -width 200 -height 50
pack .f1
+ update idletasks
toplevel .t1 -use [winfo id .f1] -width 150 -height 80
- update
+ update idletasks
wm geometry .t1 70x300+10+20
- update
+ update idletasks
wm geometry .t1
} -cleanup {
deleteWindows