From: Christoph M. Becker Date: Sun, 11 Sep 2016 12:56:11 +0000 (+0200) Subject: Replace md5 image comparision with test_image_equals_file() X-Git-Tag: php-7.1.0RC2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29cb3c89e50376f254e6a63cf76ac96dd309b366;p=php Replace md5 image comparision with test_image_equals_file() --- diff --git a/ext/gd/tests/bug22544-mb.phpt b/ext/gd/tests/bug22544-mb.phpt index d4f5929d6d..0847214dc3 100644 --- a/ext/gd/tests/bug22544-mb.phpt +++ b/ext/gd/tests/bug22544-mb.phpt @@ -8,16 +8,13 @@ Bug #22544 (TrueColor transparency in PNG images). ?> --FILE-- --EXPECT-- -7643ef115f642a79c2de6e411f485ddd +The images are equal. diff --git "a/ext/gd/tests/bug22544\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.png" "b/ext/gd/tests/bug22544\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.png" new file mode 100644 index 0000000000..5e6251f440 Binary files /dev/null and "b/ext/gd/tests/bug22544\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.png" differ