changeset 544:e82bbe71f50c

Tests: removed TODOs for resolver fixes merged in 1.6.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 07 Apr 2015 16:45:14 +0300
parents a36757f66c75
children dbf8fb0f3d30
files http_resolver.t
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/http_resolver.t
+++ b/http_resolver.t
@@ -228,24 +228,14 @@ like(http_host_header('cname_a_ttl2.exam
 
 like(http_host_header('example.net', '/invalid'), qr/502 Bad/, 'no resolver');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.7.4');
-
 like(http_end($s), qr/200 OK/, 'resend after malformed response');
 
-}
-
 $s = http_get('/bad', start => 1);
 my $s2 = http_get('/bad', start => 1);
 
-TODO: {
-local $TODO = 'hangs' unless $t->has_version('1.7.5');
-
 http_end($s);
 ok(http_end($s2), 'timeout handler on 2nd request');
 
-}
-
 ###############################################################################
 
 sub http_host_header {