diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-04 22:54:17 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-09-04 22:54:17 (GMT) |
commit | 20216235397d6f7d9fd2c42052b86c9e510237a5 (patch) | |
tree | 12e849a7bd80eacae67c215536a295ec43f6ced9 /tests | |
parent | 9891614322af80cc2e87730fe0a5d7417edcf3e8 (diff) | |
download | tk-20216235397d6f7d9fd2c42052b86c9e510237a5.zip tk-20216235397d6f7d9fd2c42052b86c9e510237a5.tar.gz tk-20216235397d6f7d9fd2c42052b86c9e510237a5.tar.bz2 |
* tests/wm.test: -transparentcolor added to windows wm attributes tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wm.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/wm.test b/tests/wm.test index 4202720..34af106 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: wm.test,v 1.21.2.7 2006/04/22 04:12:25 das Exp $ +# RCS: @(#) $Id: wm.test,v 1.21.2.8 2007/09/04 22:54:18 patthoyts Exp $ # This file tests window manager interactions that work across # platforms. Window manager tests that only work on a specific @@ -132,15 +132,15 @@ test wm-attributes-1.1 {usage} { test wm-attributes-1.2.1 {usage} {pcOnly} { list [catch {wm attributes . _} err] $err -} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} +} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} test wm-attributes-1.2.2 {usage} {pcOnly} { list [catch {wm attributes . -alpha 1.0 -disabled} err] $err -} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} +} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} test wm-attributes-1.2.3 {usage} {pcOnly} { list [catch {wm attributes . -to} err] $err -} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} +} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} test wm-attributes-1.2.4 {usage} {macOrUnix notAqua} { list [catch {wm attributes . _} err] $err |