comparison h2_ssl_proxy_cache.t @ 997:3c5d3b384d3f

Tests: adjusted TODOs for HTTP/2 fixes committed in 1.11.3.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jul 2016 21:00:41 +0300
parents 99f93be57416
children 79ba0a5be312
comparison
equal deleted inserted replaced
996:ec9b99d3e22e 997:3c5d3b384d3f
27 plan(skip_all => 'IO::Socket::SSL not installed') if $@; 27 plan(skip_all => 'IO::Socket::SSL not installed') if $@;
28 28
29 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache shmem/) 29 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache shmem/)
30 ->has_daemon('openssl'); 30 ->has_daemon('openssl');
31 31
32 $t->todo_alerts(); 32 $t->todo_alerts() unless $t->has_version('1.11.3');
33 33
34 $t->write_file_expand('nginx.conf', <<'EOF'); 34 $t->write_file_expand('nginx.conf', <<'EOF');
35 35
36 %%TEST_GLOBALS%% 36 %%TEST_GLOBALS%%
37 37