summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-03-17 18:15:27 (GMT)
committerdas <das@noemail.net>2004-03-17 18:15:27 (GMT)
commit66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c (patch)
treea4d842ff3e2a8fc34e8fd25e2322f00537fdfae9 /tests/wm.test
parent12819e574ba8306071f121cee54c2685d6d157bc (diff)
downloadtk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.zip
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.gz
tk-66ee68da5a4a12aa0ceb30c6a7c96d6f86ca4e2c.tar.bz2
Removed support for Mac OS Classic platform [Patch 918139]
FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
Diffstat (limited to 'tests/wm.test')
-rw-r--r--tests/wm.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wm.test b/tests/wm.test
index a744409..255efc4 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.23 2003/04/01 21:07:04 dgp Exp $
+# RCS: @(#) $Id: wm.test,v 1.24 2004/03/17 18:15:50 das Exp $
# This file tests window manager interactions that work across
# platforms. Window manager tests that only work on a specific
@@ -131,7 +131,7 @@ 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??"}}
-test wm-attributes-1.2.2 {usage} {macOrUnix} {
+test wm-attributes-1.2.2 {usage} {unixOnly} {
list [catch {wm attributes . _} err] $err
} {1 {wrong # args: should be "wm attributes window"}}
@@ -435,7 +435,7 @@ test wm-iconbitmap-1.1 {usage} {
list [catch {wm iconbitmap} err] $err
} {1 {wrong # args: should be "wm option window ?arg ...?"}}
-test wm-iconbitmap-1.2.1 {usage} {macOrUnix} {
+test wm-iconbitmap-1.2.1 {usage} {unixOnly} {
list [catch {wm iconbitmap .t 12 13} msg] $msg
} {1 {wrong # args: should be "wm iconbitmap window ?bitmap?"}}