changeset 907:44f37197181f

Tests: adjusted HTTP/2 TODOs.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 19 Apr 2016 18:07:13 +0300
parents 0654d7315b52
children adf5671391ac
files h2_limit_req.t h2_proxy_request_buffering.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h2_limit_req.t
+++ b/h2_limit_req.t
@@ -82,7 +82,7 @@ is(read_body_file($frame->{headers}->{'x
 	'request body - limit req');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.15');
 
 $sess = new_session();
 $sid = new_stream($sess, { path => '/proxy_limit_req/', body_more => 1 });
--- a/h2_proxy_request_buffering.t
+++ b/h2_proxy_request_buffering.t
@@ -110,7 +110,7 @@ ok($f->{headers}, 'empty');
 is($f->{upload}('', body_more => 1), '', 'empty - part');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.15');
 
 is($f->{window}, undef, 'empty - part - window');