summaryrefslogtreecommitdiffstats
path: root/tests/winWm.test
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2008-10-06 23:13:19 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2008-10-06 23:13:19 (GMT)
commitebb7158f4cbec599976fc1412579d51fe34a7aa7 (patch)
tree572fd07f72548fcc653d45fb4b8d86475dbeb30e /tests/winWm.test
parenteb5e1e6c7ce379c456b0cd4fe4ddb061da822f62 (diff)
downloadtk-ebb7158f4cbec599976fc1412579d51fe34a7aa7.zip
tk-ebb7158f4cbec599976fc1412579d51fe34a7aa7.tar.gz
tk-ebb7158f4cbec599976fc1412579d51fe34a7aa7.tar.bz2
Fixed some incorrect error string results and removed precision dependencies in entry tests
Diffstat (limited to 'tests/winWm.test')
-rw-r--r--tests/winWm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winWm.test b/tests/winWm.test
index 5267b28..9ba872f 100644
--- a/tests/winWm.test
+++ b/tests/winWm.test
@@ -9,7 +9,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: winWm.test,v 1.20 2008/08/30 21:52:26 aniap Exp $
+# RCS: @(#) $Id: winWm.test,v 1.21 2008/10/06 23:13:19 patthoyts Exp $
package require tcltest 2.2
namespace import ::tcltest::*
@@ -431,7 +431,7 @@ test winWm-7.4 {UpdateWrapper must maintain focus} -constraints win -setup {
test winWm-8.1 {Tk_WmCmd procedure, "iconphoto" option} -constraints win -body {
wm iconph .
-} -returnCodes error -result {wrong # args: should be "wm iconphoto window ?-default? image ?image ...?"}
+} -returnCodes error -result {wrong # args: should be "wm iconphoto window ?-default? image1 ?image2 ...?"}
test winWm-8.2 {Tk_WmCmd procedure, "iconphoto" option} -constraints win -setup {
destroy .t
} -body {