comparison image_filter_finalize.t @ 528:625cbbfd66b3

Tests: filter_finalize TODO adjusted.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2015 01:26:37 +0300
parents 13eafeb7d9cb
children a5465130d3df
comparison
equal deleted inserted replaced
527:a36290485719 528:625cbbfd66b3
139 139
140 like(http_get('/t1'), qr/HTTP/, 'image filter and cache'); 140 like(http_get('/t1'), qr/HTTP/, 'image filter and cache');
141 like(http_get('/t2'), qr/HTTP/, 'image filter and store'); 141 like(http_get('/t2'), qr/HTTP/, 'image filter and store');
142 142
143 TODO: { 143 TODO: {
144 local $TODO = 'not yet'; 144 local $TODO = 'not yet' unless $t->has_version('1.7.11');
145 145
146 http_get('/slow'); 146 http_get('/slow');
147 http_get('/t3'); 147 http_get('/t3');
148 like(http_get('/time.log'), qr!/t3:.*, 1\.!, 'upstream response time'); 148 like(http_get('/time.log'), qr!/t3:.*, 1\.!, 'upstream response time');
149 149