diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-23 11:30:55 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-23 11:30:55 (GMT) |
commit | 38177cedc7842c3e823cc524e25334e43a4b2503 (patch) | |
tree | d208b551d8bb0038066938a7d35ec1e7c07bc4de /tests | |
parent | 733aa079ae7a00cc9a223dbe7c241d80b375021e (diff) | |
download | tk-38177cedc7842c3e823cc524e25334e43a4b2503.zip tk-38177cedc7842c3e823cc524e25334e43a4b2503.tar.gz tk-38177cedc7842c3e823cc524e25334e43a4b2503.tar.bz2 |
Fix test for the ewmh attributes addition
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 34af106..865f245 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.8 2007/09/04 22:54:18 patthoyts Exp $ +# RCS: @(#) $Id: wm.test,v 1.21.2.9 2010/01/23 11:30:55 patthoyts Exp $ # This file tests window manager interactions that work across # platforms. Window manager tests that only work on a specific @@ -144,7 +144,7 @@ test wm-attributes-1.2.3 {usage} {pcOnly} { test wm-attributes-1.2.4 {usage} {macOrUnix notAqua} { list [catch {wm attributes . _} err] $err -} {1 {wrong # args: should be "wm attributes window"}} +} {1 {wrong # args: should be "wm attributes window ?-type list?"}} test wm-attributes-1.2.5 {usage} {aqua} { list [catch {wm attributes . _} err] $err |