changeset 898:3f453670bfac

Tests: fastcgi TODOs for chunked request body adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 14 Apr 2016 15:45:47 +0300
parents 323ebf087121
children c0c2fc0e7208
files fastcgi_body.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fastcgi_body.t
+++ b/fastcgi_body.t
@@ -60,7 +60,7 @@ like(http_get_length('/', 'foobar'), qr/
 	'fastcgi body');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.15');
 
 like(http(<<EOF), qr/X-Body: foobar_eos\x0d?$/ms, 'fastcgi chunked');
 GET / HTTP/1.1