diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-10-06 23:13:19 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-10-06 23:13:19 (GMT) |
commit | 9179ac5d7ee1093c15e0cdf76142cc7eb1a10bf4 (patch) | |
tree | 572fd07f72548fcc653d45fb4b8d86475dbeb30e /tests/winWm.test | |
parent | e1ce868ec996a1d61b6468328b8c850a311ff512 (diff) | |
download | tk-9179ac5d7ee1093c15e0cdf76142cc7eb1a10bf4.zip tk-9179ac5d7ee1093c15e0cdf76142cc7eb1a10bf4.tar.gz tk-9179ac5d7ee1093c15e0cdf76142cc7eb1a10bf4.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.test | 4 |
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 { |