comparison lib/Test/Nginx.pm @ 323:d48de852157c

Tests: auth_request assorted fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 21 Aug 2013 19:56:00 +0400
parents b639e76ba923
children 9d0a2fa47ac6
comparison
equal deleted inserted replaced
322:67c348ba1768 323:d48de852157c
77 my %regex = ( 77 my %regex = (
78 sni => 'TLS SNI support enabled', 78 sni => 'TLS SNI support enabled',
79 mail => '--with-mail(?!\S)', 79 mail => '--with-mail(?!\S)',
80 flv => '--with-http_flv_module', 80 flv => '--with-http_flv_module',
81 perl => '--with-http_perl_module', 81 perl => '--with-http_perl_module',
82 auth_request
83 => '--with-http_auth_request_module',
82 charset => '(?s)^(?!.*--without-http_charset_module)', 84 charset => '(?s)^(?!.*--without-http_charset_module)',
83 gzip => '(?s)^(?!.*--without-http_gzip_module)', 85 gzip => '(?s)^(?!.*--without-http_gzip_module)',
84 ssi => '(?s)^(?!.*--without-http_ssi_module)', 86 ssi => '(?s)^(?!.*--without-http_ssi_module)',
85 userid => '(?s)^(?!.*--without-http_userid_module)', 87 userid => '(?s)^(?!.*--without-http_userid_module)',
86 access => '(?s)^(?!.*--without-http_access_module)', 88 access => '(?s)^(?!.*--without-http_access_module)',