Commit da584684 authored by Denis Bilenko's avatar Denis Bilenko

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

parent ac4f1ad6
......@@ -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