comparison proxy_unix.t @ 799:bf87c406f81d

Tests: removed proxy_unix.t TODO, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Dec 2015 16:38:28 +0300
parents faf2e460b951
children 51d3243a762f
comparison
equal deleted inserted replaced
798:faf2e460b951 799:bf87c406f81d
76 like(http_get('/'), qr/SEE-THIS/, 'proxy request'); 76 like(http_get('/'), qr/SEE-THIS/, 'proxy request');
77 like(http_get('/multi'), qr/AND-THIS/, 'proxy request with multiple packets'); 77 like(http_get('/multi'), qr/AND-THIS/, 'proxy request with multiple packets');
78 78
79 unlike(http_head('/'), qr/SEE-THIS/, 'proxy head request'); 79 unlike(http_head('/'), qr/SEE-THIS/, 'proxy head request');
80 80
81 TODO: {
82 local $TODO = 'not yet';
83
84 like(http_get("/var?b=unix:/$d/unix.sock:/"), qr/SEE-THIS/, 'proxy variables'); 81 like(http_get("/var?b=unix:/$d/unix.sock:/"), qr/SEE-THIS/, 'proxy variables');
85
86 }
87 82
88 ############################################################################### 83 ###############################################################################
89 84
90 sub http_daemon { 85 sub http_daemon {
91 my ($d) = @_; 86 my ($d) = @_;