]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
test: I believe this ip to be legitimate 148/head
authorArthur Gautier <baloo@gandi.net>
Thu, 21 Apr 2016 00:40:59 +0000 (00:40 +0000)
committerArthur Gautier <baloo@gandi.net>
Thu, 21 Apr 2016 15:33:05 +0000 (15:33 +0000)
Signed-off-by: Arthur Gautier <baloo@gandi.net>
tests/test_ntoaaton.py

index 043e3d4ecc002996f7912e7e5266d7294e4bc67b..11c8fdad25ee850a6739fb56cb25fb83278de4e0 100644 (file)
@@ -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.']