changeset 528:625cbbfd66b3

Tests: filter_finalize TODO adjusted.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Mar 2015 01:26:37 +0300
parents a36290485719
children 42810c40ebb8
files image_filter_finalize.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/image_filter_finalize.t
+++ b/image_filter_finalize.t
@@ -141,7 +141,7 @@ like(http_get('/t1'), qr/HTTP/, 'image f
 like(http_get('/t2'), qr/HTTP/, 'image filter and store');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.11');
 
 http_get('/slow');
 http_get('/t3');