comparison h2_ssl_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 a034903de974
children 8ef51dbb5d69
comparison
equal deleted inserted replaced
1069:1b11a12be179 1070:efccab043dd3
26 eval { require IO::Socket::SSL; }; 26 eval { require IO::Socket::SSL; };
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/) 29 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/)
30 ->has_daemon('openssl'); 30 ->has_daemon('openssl');
31
32 $t->todo_alerts() unless $t->has_version('1.11.3');
33 31
34 $t->write_file_expand('nginx.conf', <<'EOF'); 32 $t->write_file_expand('nginx.conf', <<'EOF');
35 33
36 %%TEST_GLOBALS%% 34 %%TEST_GLOBALS%%
37 35