comparison h2_ssl_proxy_cache.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 79ba0a5be312
children 45c80276d691
comparison
equal deleted inserted replaced
1019:41139d6f8b7b 1020:196d33c2bb45
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
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 shmem/) 29 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/)
30 ->has_daemon('openssl'); 30 ->has_daemon('openssl');
31 31
32 $t->todo_alerts() unless $t->has_version('1.11.3'); 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');