summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2006-12-28 21:15:13 (GMT)
committermdejong <mdejong@noemail.net>2006-12-28 21:15:13 (GMT)
commit272d443fc30050938ee5c04fbd53aec99eb51ee8 (patch)
tree29282604a97b461f11ce10296741f2e50ea363d1
parent951cae0c7c4491afbba961fa8daca497cb647bf9 (diff)
downloadtk-272d443fc30050938ee5c04fbd53aec99eb51ee8.zip
tk-272d443fc30050938ee5c04fbd53aec99eb51ee8.tar.gz
tk-272d443fc30050938ee5c04fbd53aec99eb51ee8.tar.bz2
* tests/wm.test: Update wm attributes output
so that tests pass after addition of -transparentcolor for Win32. FossilOrigin-Name: 9b6fc1d4d44036cc5b6d70c40ecd15684a19590b
-rw-r--r--ChangeLog6
-rw-r--r--tests/wm.test8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 517bf66..11cd389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-28 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * tests/wm.test: Update wm attributes output
+ so that tests pass after addition of
+ -transparentcolor for Win32.
+
2006-12-26 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkLabel.c: ImageElement clientData no longer needed.
diff --git a/tests/wm.test b/tests/wm.test
index 28afbd6..39e5596 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.36 2006/04/18 22:33:03 vincentdarley Exp $
+# RCS: @(#) $Id: wm.test,v 1.37 2006/12/28 21:15:14 mdejong Exp $
# This file tests window manager interactions that work across
# platforms. Window manager tests that only work on a specific
@@ -118,15 +118,15 @@ test wm-attributes-1.2.1 {usage} win {
# This is the wrong error to output - unix has it right, but it's
# not critical.
list [catch {wm attributes . _} err] $err
-} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
+} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
test wm-attributes-1.2.2 {usage} win {
list [catch {wm attributes . -alpha 1.0 -disabled} err] $err
-} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
+} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
test wm-attributes-1.2.3 {usage} win {
# This is the wrong error to output - unix has it right, but it's
# not critical.
list [catch {wm attributes . -to} err] $err
-} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
+} {1 {wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"}}
test wm-attributes-1.2.4 {usage} {unix notAqua} {
list [catch {wm attributes . _} err] $err
} {1 {bad attribute "_": must be -alpha, -topmost, -zoomed, or -fullscreen}}