diff options
author | hobbs <hobbs@noemail.net> | 2004-09-19 00:10:35 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-09-19 00:10:35 (GMT) |
commit | 189762ebfa0eab2b4c9765a2a85f4f409461d45a (patch) | |
tree | 431023d7ecea8b3d27f1f3f0a7935fa5cf2660c7 /tests | |
parent | 98615824e2d60d69224d6f973e27452b44edbb58 (diff) | |
download | tk-189762ebfa0eab2b4c9765a2a85f4f409461d45a.zip tk-189762ebfa0eab2b4c9765a2a85f4f409461d45a.tar.gz tk-189762ebfa0eab2b4c9765a2a85f4f409461d45a.tar.bz2 |
missed wm attr test
FossilOrigin-Name: ea885633871bd8d5307ae24d99f5e61c53cc71c0
Diffstat (limited to 'tests')
-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 e9d2de5..2dcb3a3 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 2003/01/28 20:39:19 jenglish Exp $ +# RCS: @(#) $Id: wm.test,v 1.21.2.1 2004/09/19 00:10:35 hobbs Exp $ # This file tests window manager interactions that work across # platforms. Window manager tests that only work on a specific @@ -132,7 +132,7 @@ 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 ?-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} {macOrUnix} { list [catch {wm attributes . _} err] $err |