diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-28 21:11:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-28 21:11:26 (GMT) |
commit | 3f351dd65a460eed8c85334493d901b90275ffc5 (patch) | |
tree | 366c54b6c199e08238388ad793a3c22878d721a3 /tests/unixWm.test | |
parent | 8f7a2722bdec65b0ad86aeef5004187c8a91fc42 (diff) | |
parent | 0772b810e31ff67395a23cf07f9cb170125b0216 (diff) | |
download | tk-3f351dd65a460eed8c85334493d901b90275ffc5.zip tk-3f351dd65a460eed8c85334493d901b90275ffc5.tar.gz tk-3f351dd65a460eed8c85334493d901b90275ffc5.tar.bz2 |
Merge 8.7
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 d54bc69..d67a024 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -902,7 +902,7 @@ test unixWm-24.3 {Tk_WmCmd procedure, "iconmask" option} unix { test unixWm-25.1 {Tk_WmCmd procedure, "iconname" option} unix { list [catch {wm icon .t} msg] $msg -} {1 {ambiguous option "icon": must be aspect, attributes, client, colormapwindows, command, deiconify, focusmodel, forget, frame, geometry, grid, group, iconbitmap, iconify, iconmask, iconname, iconphoto, iconposition, iconwindow, manage, maxsize, minsize, overrideredirect, positionfrom, protocol, resizable, sizefrom, stackorder, state, title, transient, or withdraw}} +} {1 {ambiguous option "icon": must be aspect, attributes, client, colormapwindows, command, deiconify, focusmodel, forget, frame, geometry, grid, group, iconbadge, iconbitmap, iconify, iconmask, iconname, iconphoto, iconposition, iconwindow, manage, maxsize, minsize, overrideredirect, positionfrom, protocol, resizable, sizefrom, stackorder, state, title, transient, or withdraw}} test unixWm-25.2 {Tk_WmCmd procedure, "iconname" option} unix { list [catch {wm iconname .t 12 13} msg] $msg } {1 {wrong # args: should be "wm iconname window ?newName?"}} @@ -1351,7 +1351,7 @@ test unixWm-38.3 {Tk_WmCmd procedure, "withdraw" option} unix { test unixWm-39.1 {Tk_WmCmd procedure, miscellaneous} unix { list [catch {wm unknown .t} msg] $msg -} {1 {bad option "unknown": must be aspect, attributes, client, colormapwindows, command, deiconify, focusmodel, forget, frame, geometry, grid, group, iconbitmap, iconify, iconmask, iconname, iconphoto, iconposition, iconwindow, manage, maxsize, minsize, overrideredirect, positionfrom, protocol, resizable, sizefrom, stackorder, state, title, transient, or withdraw}} +} {1 {bad option "unknown": must be aspect, attributes, client, colormapwindows, command, deiconify, focusmodel, forget, frame, geometry, grid, group, iconbadge, iconbitmap, iconify, iconmask, iconname, iconphoto, iconposition, iconwindow, manage, maxsize, minsize, overrideredirect, positionfrom, protocol, resizable, sizefrom, stackorder, state, title, transient, or withdraw}} destroy .t .icon @@ -2504,7 +2504,7 @@ if {[tk windowingsystem] == "aqua"} { -titlepath {} -topmost 0 -transparent 0\ -type unsupported} } else { - set result_60_1 {-alpha 1.0 -topmost 0 -zoomed 0 -fullscreen 0 -type {}} + set result_60_1 {-alpha 1.0 -fullscreen 0 -topmost 0 -type {} -zoomed 0} } test unixWm-60.1 {wm attributes - test} -constraints unix -body { destroy .t |