diff h2_proxy_ssl.t @ 889:266e3b2e88f9

Tests: adjusted HTTP/2 TODOs, request body fixes committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 17:30:18 +0300
parents af2cd0ba6ca7
children 4dc302d8e04f
line wrap: on
line diff
--- a/h2_proxy_ssl.t
+++ b/h2_proxy_ssl.t
@@ -26,7 +26,7 @@ select STDOUT; $| = 1;
 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy/)
 	->has_daemon('openssl')->plan(1);
 
-$t->todo_alerts();
+$t->todo_alerts() unless $t->has_version('1.9.14');
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
@@ -84,7 +84,7 @@ foreach my $name ('localhost') {
 # "zero size buf in output" alerts seen
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.14');
 
 my $sess = new_session();
 my $sid = new_stream($sess, { path => '/proxy_ssl/', body_more => 1 });