diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-28 15:56:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-28 15:56:40 (GMT) |
commit | aaff6a472281e7010de68713b74d4c35a6d1db20 (patch) | |
tree | bfcf50f5547299491675e70a312c7f9ce12f68d9 /tests/imgPNG.test | |
parent | e8c84a297a502e5e9e366fe2dcaef0d81e66e6c2 (diff) | |
parent | 51e8e55cf0e7c6b845a26e90f1ec563a14b60ff6 (diff) | |
download | tk-aaff6a472281e7010de68713b74d4c35a6d1db20.zip tk-aaff6a472281e7010de68713b74d4c35a6d1db20.tar.gz tk-aaff6a472281e7010de68713b74d4c35a6d1db20.tar.bz2 |
Merge trunk
Diffstat (limited to 'tests/imgPNG.test')
-rw-r--r-- | tests/imgPNG.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/imgPNG.test b/tests/imgPNG.test index a95ffce..2d38a2d 100644 --- a/tests/imgPNG.test +++ b/tests/imgPNG.test @@ -1116,7 +1116,7 @@ test imgPNG-3.1 {reading image with unknown ancillary chunk - bug [1c659ef0f1]} catch {set i [image create photo -file $fileName]} } -cleanup { image delete $i -} -result {0} +} -result 0 test imgPNG-4.1 {data image with metadata} -body { image create photo i1 -data $encoded(dpi100aspect2) |