comparison image_filter_webp.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 37c18a92115b
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
67 } 67 }
68 } 68 }
69 69
70 EOF 70 EOF
71 71
72 $t->try_run('no WebP support')->plan(18); 72 $t->run()->plan(18);
73 73
74 $t->write_file('webp', pack("A4LA8", "RIFF", 0x22, "WEBPVP8 ") . 74 $t->write_file('webp', pack("A4LA8", "RIFF", 0x22, "WEBPVP8 ") .
75 pack("N4", 0x16000000, 0x3001009d, 0x012a0100, 0x01000ec0) . 75 pack("N4", 0x16000000, 0x3001009d, 0x012a0100, 0x01000ec0) .
76 pack("N2n", 0xfe25a400, 0x03700000, 0x0000)); 76 pack("N2n", 0xfe25a400, 0x03700000, 0x0000));
77 $t->write_file('webpl', pack("A4LA8", "RIFF", 0x1a, "WEBPVP8L") . 77 $t->write_file('webpl', pack("A4LA8", "RIFF", 0x1a, "WEBPVP8L") .