diff options
| author | Arthur Gautier <baloo@gandi.net> | 2016-04-21 00:40:59 +0000 |
|---|---|---|
| committer | Arthur Gautier <baloo@gandi.net> | 2016-04-21 15:33:05 +0000 |
| commit | cb63cff587bd39f29b1df635028ee0e91402fd78 (patch) | |
| tree | 2d42f4b5997f572a57454fb4b1a9684229dc9a80 /tests/test_ntoaaton.py | |
| parent | 670ec06fb389c6e8ff64aee2c0ddf538483efb90 (diff) | |
| download | dnspython-cb63cff587bd39f29b1df635028ee0e91402fd78.tar.gz | |
test: I believe this ip to be legitimate
Signed-off-by: Arthur Gautier <baloo@gandi.net>
Diffstat (limited to 'tests/test_ntoaaton.py')
| -rw-r--r-- | tests/test_ntoaaton.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ntoaaton.py b/tests/test_ntoaaton.py index 043e3d4..11c8fda 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.'] |
