comparison not_modified_proxy.t @ 674:2d10f958741d

Tests: adjusted todo_alerts() in not_modified_proxy.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 03 Sep 2015 15:57:01 +0300
parents f758c780c508
children 3200d5b4ffa8
comparison
equal deleted inserted replaced
673:9d6c865c2869 674:2d10f958741d
24 ############################################################################### 24 ###############################################################################
25 25
26 select STDERR; $| = 1; 26 select STDERR; $| = 1;
27 select STDOUT; $| = 1; 27 select STDOUT; $| = 1;
28 28
29 my $t = Test::Nginx->new()->has(qw/http proxy cache shmem/)->plan(12) 29 my $t = Test::Nginx->new()->has(qw/http proxy cache shmem/)->plan(12);
30 ->write_file_expand('nginx.conf', <<'EOF')->todo_alerts(); 30
31 $t->todo_alerts() unless $t->has_version('1.9.5');
32
33 $t->write_file_expand('nginx.conf', <<'EOF');
31 34
32 %%TEST_GLOBALS%% 35 %%TEST_GLOBALS%%
33 36
34 daemon off; 37 daemon off;
35 38