summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
diff options
context:
space:
mode:
authorscotty <scottypitcher@gmail.com>2018-02-07 11:07:09 (GMT)
committerscotty <scottypitcher@gmail.com>2018-02-07 11:07:09 (GMT)
commit96f79933f23bcfb6a719b3cac43041335f7641e9 (patch)
tree5c80eb749e433f76f0be24333034dadd03367159 /tests/canvas.test
parentc12fb6a35c0c196946b8cd3a33a2b0a848f9d5b5 (diff)
downloadtk-96f79933f23bcfb6a719b3cac43041335f7641e9.zip
tk-96f79933f23bcfb6a719b3cac43041335f7641e9.tar.gz
tk-96f79933f23bcfb6a719b3cac43041335f7641e9.tar.bz2
Correct DrawCanvas() behaviour on Windows.
Diffstat (limited to 'tests/canvas.test')
-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