comparison h2_max_requests.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 13247bbc1f7d
children 14eeaa39599d
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
47 } 47 }
48 48
49 EOF 49 EOF
50 50
51 $t->write_file('index.html', ''); 51 $t->write_file('index.html', '');
52 $t->try_run('no http2_max_requests')->plan(5); 52 $t->run()->plan(5);
53 53
54 ############################################################################### 54 ###############################################################################
55 55
56 my $s = Test::Nginx::HTTP2->new(); 56 my $s = Test::Nginx::HTTP2->new();
57 my $frames = $s->read(all => [{ sid => $s->new_stream(), fin => 1 }]); 57 my $frames = $s->read(all => [{ sid => $s->new_stream(), fin => 1 }]);