summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2005-10-10 15:19:41 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2005-10-10 15:19:41 (GMT)
commitdb9d4b3012e431c7c697eb0a1fe0c162cea57221 (patch)
tree2c78c4b8a218469ad6c044183faf03a36b96c0b7 /tests/wm.test
parentbad2c9fb7b2bb0f1cfbf87d0800a6667e1d54489 (diff)
downloadtk-db9d4b3012e431c7c697eb0a1fe0c162cea57221.zip
tk-db9d4b3012e431c7c697eb0a1fe0c162cea57221.tar.gz
tk-db9d4b3012e431c7c697eb0a1fe0c162cea57221.tar.bz2
* tests/winfo.test: Wait until child window is visible
* tests/wm.test: Modified test to match actual error output.
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 60462e8..7313891 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.4 2005/01/14 21:09:48 jenglish Exp $
+# RCS: @(#) $Id: wm.test,v 1.21.2.5 2005/10/10 15:19:41 patthoyts Exp $
# This file tests window manager interactions that work across
# platforms. Window manager tests that only work on a specific
@@ -404,11 +404,11 @@ test wm-grid-1.10 {usage} {
test wm-grid-1.11 {usage} {
list [catch {wm grid . 13 14 -1 16} msg] $msg
-} {1 {widthInc can't be <= 0}}
+} {1 {widthInc can't be < 0}}
test wm-grid-1.12 {usage} {
list [catch {wm grid . 13 14 15 -1} msg] $msg
-} {1 {heightInc can't be <= 0}}
+} {1 {heightInc can't be < 0}}
test wm-grid-2.1 {setting and reading values} {
set result {}