diff options
author | fvogel <fvogelnew1@free.fr> | 2018-02-07 22:25:54 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-02-07 22:25:54 (GMT) |
commit | 7d3936469b32a428c856cf6a45f3e889903fce41 (patch) | |
tree | d4dfdb8ce684e06a3e313280bd9d762eac6a5c87 | |
parent | 96f79933f23bcfb6a719b3cac43041335f7641e9 (diff) | |
download | tk-7d3936469b32a428c856cf6a45f3e889903fce41.zip tk-7d3936469b32a428c856cf6a45f3e889903fce41.tar.gz tk-7d3936469b32a428c856cf6a45f3e889903fce41.tar.bz2 |
Two tests should not bear the same name
-rw-r--r-- | tests/canvas.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvas.test b/tests/canvas.test index 5eb3969..3a86a62 100644 --- a/tests/canvas.test +++ b/tests/canvas.test @@ -1005,7 +1005,7 @@ test canvas-20.2 {canvas image with subsample} -setup { image delete testimage } -result 1 -test canvas-20.2 {canvas image with subsample and zoom} -setup { +test canvas-20.3 {canvas image with subsample and zoom} -setup { canvas .c image create photo testimage } -body { |