# HG changeset patch # User Sergey Kandaurov # Date 1444233369 -10800 # Node ID 3b25ee8974397912da21b0586df327cf7623bbab # Parent 984bfe661ccea7f8c248f36962ee0a60bcec0adb Tests: removed stream_proxy_ssl.t TODO, fix committed. diff --git a/stream_proxy_ssl.t b/stream_proxy_ssl.t --- a/stream_proxy_ssl.t +++ b/stream_proxy_ssl.t @@ -108,14 +108,7 @@ my $s = http('', start => 1); sleep 2; -my $r = http_get('/', socket => $s); - -TODO: { -todo_skip 'not yet', 1 unless $r; - -like($r, qr/200 OK/, 'proxy connect timeout'); - -} +like(http_get('/', socket => $s), qr/200 OK/, 'proxy connect timeout'); ###############################################################################