diff sub_filter_ssi.t @ 409:a47d6e69463e

Tests: added version check to sub_filter_ssi.t TODOs.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 28 May 2014 12:25:01 +0400
parents 811fbc213fd8
children b86c05516e65
line wrap: on
line diff
--- a/sub_filter_ssi.t
+++ b/sub_filter_ssi.t
@@ -82,7 +82,7 @@ EOF
 ###############################################################################
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.1');
 
 like(http_get('/index.html'), qr/not truncated/, 'subrequest partial match');
 like(http_get('/xslt.html'), qr/not.*truncated/ms, 'partial match and xslt');