# HG changeset patch # User Sergey Kandaurov # Date 1441285021 -10800 # Node ID 2d10f958741d8e59391ebae98f05629cc5b37072 # Parent 9d6c865c2869bbdccb82ed1561cc50da6db6f261 Tests: adjusted todo_alerts() in not_modified_proxy.t. diff --git a/not_modified_proxy.t b/not_modified_proxy.t --- a/not_modified_proxy.t +++ b/not_modified_proxy.t @@ -26,8 +26,11 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new()->has(qw/http proxy cache shmem/)->plan(12) - ->write_file_expand('nginx.conf', <<'EOF')->todo_alerts(); +my $t = Test::Nginx->new()->has(qw/http proxy cache shmem/)->plan(12); + +$t->todo_alerts() unless $t->has_version('1.9.5'); + +$t->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%