comparison gunzip_static.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children c877f91a71b4
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
72 72
73 $t->write_file('t1.gz', $out); 73 $t->write_file('t1.gz', $out);
74 $t->write_file('t2.gz', $out . $out); 74 $t->write_file('t2.gz', $out . $out);
75 $t->write_file('t3', 'not compressed'); 75 $t->write_file('t3', 'not compressed');
76 76
77 $t->try_run('no gzip_static always')->plan(12); 77 $t->run()->plan(12);
78 78
79 ############################################################################### 79 ###############################################################################
80 80
81 pass('runs'); 81 pass('runs');
82 82