Closed GoogleCodeExporter closed 9 years ago
I'm getting a test failure with this patch
......................................F..............................
======================================================================
FAIL: testInvalidStrings (__main__.IpaddrUnitTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./ipaddr_test.py", line 164, in testInvalidStrings
('2001:db8::'))
AssertionError: AddressValueError not raised
----------------------------------------------------------------------
Ran 69 tests in 0.053s
Original comment by pmo...@google.com
on 25 Jul 2014 at 11:16
Sorry, I must've added a last test and forgot to run it.
- ('2001:db8::'))
+ ('2001:db8::',))
Original comment by pma...@google.com
on 25 Jul 2014 at 11:26
Attachments:
thanks Paul. applied in c813f4790d10
Original comment by pmo...@google.com
on 26 Jul 2014 at 4:18
Original issue reported on code.google.com by
pma...@google.com
on 19 Jul 2014 at 1:06Attachments: