comparison proxy_if.t @ 510:4892d701d558

Tests: fixed ticket number in proxy_if.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 08 Dec 2014 21:20:34 +0300
parents f135127e97af
children 42d447013553
comparison
equal deleted inserted replaced
509:f135127e97af 510:4892d701d558
224 like(http_get('/proxy-inside-if-crash'), qr!500 Internal Server Error!, 224 like(http_get('/proxy-inside-if-crash'), qr!500 Internal Server Error!,
225 'proxy_pass inside if'); 225 'proxy_pass inside if');
226 226
227 # normal proxy_pass and proxy_pass with variables 227 # normal proxy_pass and proxy_pass with variables
228 # use distinct field, and inheritance should be mutually 228 # use distinct field, and inheritance should be mutually
229 # exclusive, see ticket #537 229 # exclusive, see ticket #645
230 230
231 like(http_get('/variables'), qr!uri:/outer!, 231 like(http_get('/variables'), qr!uri:/outer!,
232 'proxy_pass variables'); 232 'proxy_pass variables');
233 233
234 TODO: { 234 TODO: {