diff h2_proxy_cache.t @ 1070:efccab043dd3

Tests: removed TODOs for fixes merged in 1.10.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Oct 2016 15:59:23 +0300
parents 3c5d3b384d3f
children 93453d7858ce
line wrap: on
line diff
--- a/h2_proxy_cache.t
+++ b/h2_proxy_cache.t
@@ -163,18 +163,10 @@ ok(!grep ({ $_->{type} eq "DATA" } @$fra
 $s->h2_rst($sid, 8);
 
 $frames = $s->read(all => [{ sid => $sid, fin => 0x4 }], wait => 1.2);
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.11.3');
-
 ok(!(grep { $_->{type} eq "HEADERS" } @$frames), 'no headers');
 
-}
-
 # client closes connection after sending a cacheable request producing alert
 
-$t->todo_alerts() unless $t->has_version('1.11.3');
-
 $s = Test::Nginx::HTTP2->new();
 $sid = $s->new_stream({ path => '/cache/t.html?4' });