Commit 4f6546ce authored by Denis Bilenko's avatar Denis Bilenko

test__socket_dns.py: add test for getaddrinfo(hostname, 'http') (currently failing)

--HG--
extra : transplant_source : Q8%91%24C%B0%FD%05%29J%D8R%8E%B2%0D%D9.%9FA%3F
parent 5fcdc741
......@@ -42,7 +42,7 @@ class TestCase(greentest.TestCase):
self.assertEqual(check_ip, ip)
return ip
PORTS = [80, 0, 53]
PORTS = [80, 0, 53, 'http']
getaddrinfo_args = [(),
(AF_UNSPEC, ),
(AF_UNSPEC, SOCK_STREAM, 0, 0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment