summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-02-28 10:15:06 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-02-28 10:15:06 (GMT)
commit14a9087a5af3747e3bea3b9236a139a7e23e30af (patch)
treed1c7c363b8f3232045d40093612661fa5ef1a5e1 /tests
parenteaeff76126e421833b0c08fb77bbfec450f59e9a (diff)
downloadtk-14a9087a5af3747e3bea3b9236a139a7e23e30af.zip
tk-14a9087a5af3747e3bea3b9236a139a7e23e30af.tar.gz
tk-14a9087a5af3747e3bea3b9236a139a7e23e30af.tar.bz2
Fix error in test script.
Diffstat (limited to 'tests')
-rw-r--r--tests/canvPs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test
index f2e3d3e..6e24661 100644
--- a/tests/canvPs.test
+++ b/tests/canvPs.test
@@ -195,7 +195,7 @@ test canvPs-5.1 {test ps generation with bitmap, bug 424773a00c} -body {
test canvPs-5.2 {test ps generation with image} -body {
pack [canvas .c]
update
- .c create bitmap 50 50 -image ::tk::icons::information
+ .c create image 50 50 -image ::tk::icons::information
.c postscript
} -cleanup {
destroy .c