# HG changeset patch # User Sergey Kandaurov # Date 1461078433 -10800 # Node ID 44f37197181f26d42871c6c38dec758c58d8a97d # Parent 0654d7315b5285a322a02255c3f44667900c0e92 Tests: adjusted HTTP/2 TODOs. diff --git a/h2_limit_req.t b/h2_limit_req.t --- 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 }); diff --git a/h2_proxy_request_buffering.t b/h2_proxy_request_buffering.t --- 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');