diff upstream_ip_hash.t @ 302:07c600de2f90

Tests: added missing rewrite prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 01 Jul 2013 13:42:29 +0400
parents 71e275487aeb
children e9064d691790
line wrap: on
line diff
--- a/upstream_ip_hash.t
+++ b/upstream_ip_hash.t
@@ -23,7 +23,7 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy upstream_ip_hash realip/)
+my $t = Test::Nginx->new()->has(qw/http proxy upstream_ip_hash realip rewrite/)
 	->write_file_expand('nginx.conf', <<'EOF')->run();
 
 %%TEST_GLOBALS%%