diff options
author | culler <culler> | 2023-03-28 21:18:54 (GMT) |
---|---|---|
committer | culler <culler> | 2023-03-28 21:18:54 (GMT) |
commit | c06bf5114ad3e2093fb8f237c50849deda1db8c7 (patch) | |
tree | 907af840fc30354cf028c2bef5109f74b7070c67 /tests/unixWm.test | |
parent | 480a07f13db866f729235eeb68d161c8346005f9 (diff) | |
download | tk-c06bf5114ad3e2093fb8f237c50849deda1db8c7.zip tk-c06bf5114ad3e2093fb8f237c50849deda1db8c7.tar.gz tk-c06bf5114ad3e2093fb8f237c50849deda1db8c7.tar.bz2 |
Fix tests
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index 17e8bc0..f24108a 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -2067,7 +2067,9 @@ test unixWm-51.5 {TkWmRestackToplevel procedure, basic tests} {unix nonPortable} } {.raise1 .raise3} deleteWindows test unixWm-51.6 {TkWmRestackToplevel procedure, window to be stacked isn't mapped} unix { + wm geometry . +300+300 destroy .t + update idletasks toplevel .t -width 200 -height 200 -bg green tkwait visibility .t wm geometry .t +0+0 @@ -2530,9 +2532,7 @@ test unixWm-59.3 {exit processing} unix { # the only thing we can really test here is the syntax. # if {[tk windowingsystem] eq "aqua"} { - set result_60_1 {-alpha 1.0 -fullscreen 0 -modified 0 -notify 0\ - -titlepath {} -topmost 0 -transparent 0\ - -type unsupported} + set result_60_1 {-alpha 1.0 -appearance auto -buttons {close miniaturize zoom} -fullscreen 0 -isdark 0 -modified 0 -notify 0 -titlepath {} -topmost 0 -transparent 0 -stylemask {titled closable miniaturizable resizable} -class nswindow -tabbingid .t -tabbingmode auto -type unsupported} } else { set result_60_1 {-alpha 1.0 -fullscreen 0 -topmost 0 -type {} -zoomed 0} } |