diff options
author | fvogel <fvogelnew1@free.fr> | 2022-09-25 14:53:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-09-25 14:53:19 (GMT) |
commit | 2dfe9ca1ff82c964deb8fea5747aeabcb823dd15 (patch) | |
tree | 4f24bc952d4b12487b382bd8f7519a4cb6378d1d | |
parent | fc534435a19cfc29172f7ab50d4b8c4199a9329b (diff) | |
download | tk-2dfe9ca1ff82c964deb8fea5747aeabcb823dd15.zip tk-2dfe9ca1ff82c964deb8fea5747aeabcb823dd15.tar.gz tk-2dfe9ca1ff82c964deb8fea5747aeabcb823dd15.tar.bz2 |
Restore unixEmbed-10.* to their state when they originally appeared in [d28306f679].
-rw-r--r-- | tests/unixEmbed.test | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 9b79d96..c8ca877 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -1248,11 +1248,10 @@ test unixEmbed-10.1 {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 idletasks + update wm geometry .t1 +40+50 - update idletasks + update wm geometry .t1 } -cleanup { deleteWindows @@ -1264,11 +1263,10 @@ 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 idletasks + update wm geometry .t1 70x300+10+20 - update idletasks + update wm geometry .t1 } -cleanup { deleteWindows |