diff proxy_force_ranges.t @ 1475:86510f795546

Tests: range filter TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 14 May 2019 13:37:04 +0300
parents f026c41335b2
children 5ac6efbe5552
line wrap: on
line diff
--- a/proxy_force_ranges.t
+++ b/proxy_force_ranges.t
@@ -110,7 +110,7 @@ like(http_get_range('/proxy/t.html',
 # range sent using chunked transfer encoding
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.17.0');
 
 like(http_get_range('/proxy/t.html', 'Range: bytes=-2'),
 	qr/2${CRLF}IS${CRLF}0$CRLF$CRLF$/, 'no dublicate final chunk');