summaryrefslogtreecommitdiffstats
path: root/tests/canvImg.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-16 18:10:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-16 18:10:34 (GMT)
commit2175fd4d04e6c0088b9adfac510d6b7603686997 (patch)
tree064a406739ab677cf5bcb77107f0e569b8f6a0fe /tests/canvImg.test
parent67e948d9e2500d26778cd5605eebc2b265e08900 (diff)
downloadtk-2175fd4d04e6c0088b9adfac510d6b7603686997.zip
tk-2175fd4d04e6c0088b9adfac510d6b7603686997.tar.gz
tk-2175fd4d04e6c0088b9adfac510d6b7603686997.tar.bz2
* library/choosedir.tcl: Removed uses of obsolete {expand}
* library/comdlg.tcl: syntax; replaced with the now * library/tk.tcl: approved {*}. [Bug 1710633] * tests/canvImg.test: * tests/imgPhoto.test:
Diffstat (limited to 'tests/canvImg.test')
-rw-r--r--tests/canvImg.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/canvImg.test b/tests/canvImg.test
index 5a7cd71..7814d8a 100644
--- a/tests/canvImg.test
+++ b/tests/canvImg.test
@@ -7,7 +7,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: canvImg.test,v 1.8 2004/05/23 17:34:48 dkf Exp $
+# RCS: @(#) $Id: canvImg.test,v 1.9 2007/05/16 18:10:35 dgp Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -252,8 +252,8 @@ foreach check {
} {
lassign $check name rectCoords testPoint result
test $name {ImageToPoint procedure} testImageType {
- .c coords rect {expand}$rectCoords
- .c gettags [.c find closest {expand}$testPoint]
+ .c coords rect {*}$rectCoords
+ .c gettags [.c find closest {*}$testPoint]
} $result
}