diff options
author | culler <culler> | 2024-06-25 14:14:04 (GMT) |
---|---|---|
committer | culler <culler> | 2024-06-25 14:14:04 (GMT) |
commit | 478c22d47c125e789a22ef8cf05c3117288a0cdd (patch) | |
tree | 982fb1b90a0cb1abc1d97542479a43a829430b77 /tests | |
parent | f8087a27cf185e1321edaf4f8a612a71b99a84e2 (diff) | |
download | tk-478c22d47c125e789a22ef8cf05c3117288a0cdd.zip tk-478c22d47c125e789a22ef8cf05c3117288a0cdd.tar.gz tk-478c22d47c125e789a22ef8cf05c3117288a0cdd.tar.bz2 |
Work on unixWm-50.9 and -51.7.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixWm.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 5e6dd76..e3b5029 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -1974,9 +1974,9 @@ test unixWm-50.9 {Tk_CoordsToWindow procedure, unmapped windows} {unix failsOnUb update toplevel .t2 -width 200 -height 200 -bg red tkwait visibility .t2 - update wm geometry .t2 +20+20 update + after 300;# needed for macOS set result [list [winfo containing 120 120]] destroy .t2 update @@ -2069,6 +2069,7 @@ test unixWm-51.7 {TkWmRestackToplevel procedure, other window isn't mapped} {uni update toplevel $w -width 200 -height 200 -bg green tkwait visibility $w + after 300;# needed for macOS wm geometry $w +100+100 update } |