comparison not_modified_proxy.t @ 819:3200d5b4ffa8

Tests: removed TODOs for fixes merged in 1.8.1.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jan 2016 14:36:57 +0300
parents 2d10f958741d
children e9064d691790
comparison
equal deleted inserted replaced
818:685fc620d721 819:3200d5b4ffa8
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
31 $t->todo_alerts() unless $t->has_version('1.9.5');
32 30
33 $t->write_file_expand('nginx.conf', <<'EOF'); 31 $t->write_file_expand('nginx.conf', <<'EOF');
34 32
35 %%TEST_GLOBALS%% 33 %%TEST_GLOBALS%%
36 34