summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-09-24 14:53:01 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-09-24 14:53:01 (GMT)
commit0736f1be01bbab1e149695436e851c304867cbb4 (patch)
tree85af9746031bc64441bcf05e94e745fea5acc8b7 /tests
parent78a466c2bed0529925cbf3b8c2526629bf063e44 (diff)
parent8929e642afed819ec440118bd49de303443ad33b (diff)
downloadtk-0736f1be01bbab1e149695436e851c304867cbb4.zip
tk-0736f1be01bbab1e149695436e851c304867cbb4.tar.gz
tk-0736f1be01bbab1e149695436e851c304867cbb4.tar.bz2
Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from Simon Bachmann.
Diffstat (limited to 'tests')
-rw-r--r--tests/imgPhoto.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test
index f67de84..d2b4668 100644
--- a/tests/imgPhoto.test
+++ b/tests/imgPhoto.test
@@ -959,6 +959,18 @@ test imgPhoto-4.75 {<photo> read command: filename starting with '-'} -constrain
image delete photo1
file delete ./-teapotPhotoFile
} -result {}
+test imgPhoto-4.76 {ImgPhotoCmd procedure: copy to same image} -constraints {
+ hasTeapotPhoto
+} -setup {
+ imageCleanup
+ image create photo photo1 -file $teapotPhotoFile
+} -body {
+ # non-regression test for bug [5239fd749b] - shall just not crash
+ photo1 copy photo1 -to 0 0 2000 1000
+ photo1 copy photo1 -subsample 2 2 -shrink
+} -cleanup {
+ imageCleanup
+} -result {}
test imgPhoto-4.76 {ImgPhotoCmd, transparancy get: too many options} -setup {
image create photo photo1
} -body {