summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/canvas.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index fba90dd..5eb3969 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -985,7 +985,7 @@ test canvas-20.1 {canvas image} -setup {
} -cleanup {
destroy .c
image delete testimage
-} 1
+} -result 1
test canvas-20.2 {canvas image with subsample} -setup {
canvas .c
@@ -1003,7 +1003,7 @@ test canvas-20.2 {canvas image with subsample} -setup {
} -cleanup {
destroy .c
image delete testimage
-} 1
+} -result 1
test canvas-20.2 {canvas image with subsample and zoom} -setup {
canvas .c
@@ -1036,7 +1036,7 @@ test canvas-20.2 {canvas image with subsample and zoom} -setup {
} -cleanup {
destroy .c
image delete testimage
-} 1
+} -result 1
# cleanup
imageCleanup