CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Unit tests failing #131

Closed langston-barrett closed 8 years ago

langston-barrett commented 8 years ago

Apparently, Go thinks that the IP "-1.-5.-200.-8" is valid (playground here). This is a problem, because we use that IP in the unit tests for netstatus as an example of an invalid IP (here). The solution is just to remove that test case.