comparison proxy_keepalive.t @ 275:6cbcfb4ef7ee

Tests: correct has() checks for upstream keepalive tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 21 Mar 2013 22:00:45 +0400
parents 36c75df75ca4
children 6c0a5903d0ae
comparison
equal deleted inserted replaced
274:ccebd3168b5b 275:6cbcfb4ef7ee
22 ############################################################################### 22 ###############################################################################
23 23
24 select STDERR; $| = 1; 24 select STDERR; $| = 1;
25 select STDOUT; $| = 1; 25 select STDOUT; $| = 1;
26 26
27 my $t = Test::Nginx->new()->has(qw/http proxy ssi rewrite/)->plan(50) 27 my $t = Test::Nginx->new()->has(qw/http proxy upstream_keepalive ssi rewrite/)
28 ->write_file_expand('nginx.conf', <<'EOF'); 28 ->plan(50)->write_file_expand('nginx.conf', <<'EOF');
29 29
30 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
31 31
32 daemon off; 32 daemon off;
33 33