From: Arthur Gautier Date: Thu, 21 Apr 2016 00:40:59 +0000 (+0000) Subject: test: I believe this ip to be legitimate X-Git-Tag: v1.13.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F148%2Fhead;p=thirdparty%2Fdnspython.git test: I believe this ip to be legitimate Signed-off-by: Arthur Gautier --- diff --git a/tests/test_ntoaaton.py b/tests/test_ntoaaton.py index 043e3d4e..11c8fdad 100644 --- a/tests/test_ntoaaton.py +++ b/tests/test_ntoaaton.py @@ -29,7 +29,7 @@ ntoa4 = dns.ipv4.inet_ntoa aton6 = dns.ipv6.inet_aton ntoa6 = dns.ipv6.inet_ntoa -v4_bad_addrs = ['256.1.1.1', '1.1.1', '1.1.1.1.1', #'01.1.1.1', +v4_bad_addrs = ['256.1.1.1', '1.1.1', '1.1.1.1.1', '+1.1.1.1', '1.1.1.1+', '1..2.3.4', '.1.2.3.4', '1.2.3.4.']