diff options
author | hobbs <hobbs@noemail.net> | 2004-09-19 00:10:24 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-09-19 00:10:24 (GMT) |
commit | 512700eabd557d2be04432d0286c4cbb05769c4c (patch) | |
tree | b9aaa64ca396cc01e540886e5eb9c14f91943e19 /tests/wm.test | |
parent | c21f590175772496ba6a27395ad7ca1769ce1e45 (diff) | |
download | tk-512700eabd557d2be04432d0286c4cbb05769c4c.zip tk-512700eabd557d2be04432d0286c4cbb05769c4c.tar.gz tk-512700eabd557d2be04432d0286c4cbb05769c4c.tar.bz2 |
missed wm attr test
FossilOrigin-Name: 0a4b1ea276bad8bb15e66d7c4e639fd69c87e534
Diffstat (limited to 'tests/wm.test')
-rw-r--r-- | tests/wm.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wm.test b/tests/wm.test index 2d4311b..110af60 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.27 2004/06/24 12:45:44 dkf Exp $ +# RCS: @(#) $Id: wm.test,v 1.28 2004/09/19 00:10:25 hobbs Exp $ # This file tests window manager interactions that work across # platforms. Window manager tests that only work on a specific @@ -129,7 +129,7 @@ test wm-attributes-1.1 {usage} { test wm-attributes-1.2.1 {usage} win { list [catch {wm attributes . _} err] $err -} {1 {wrong # args: should be "wm attributes window ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} +} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}} test wm-attributes-1.2.2 {usage} unix { list [catch {wm attributes . _} err] $err |