summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2007-09-04 22:54:16 (GMT)
committerpatthoyts <patthoyts@noemail.net>2007-09-04 22:54:16 (GMT)
commite0b900bb8cf0684b6afb4eb738c853173708d4b4 (patch)
tree12e849a7bd80eacae67c215536a295ec43f6ced9
parent61c002ae85ea8f8f1f78c0fc06513ab7c1d510a3 (diff)
downloadtk-e0b900bb8cf0684b6afb4eb738c853173708d4b4.zip
tk-e0b900bb8cf0684b6afb4eb738c853173708d4b4.tar.gz
tk-e0b900bb8cf0684b6afb4eb738c853173708d4b4.tar.bz2
* tests/wm.test: -transparentcolor added to windows wm attributes tests
FossilOrigin-Name: c30f93f7b799b8a73e026d9caf55d998f411e402
-rw-r--r--ChangeLog4
-rw-r--r--tests/wm.test8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2291e86..8bb7fde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-04 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tests/wm.test: -transparentcolor added to windows wm attributes tests
+
2007-08-27 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of
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