uncommented test IP

This commit is contained in:
Robinson 2021-04-26 23:22:40 +02:00
parent c66444f45b
commit 0a1ef35489
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.net.UnknownHostException
class IpValidationTests { class IpValidationTests {
companion object { companion object {
private val validIpV4Hosts = mapOf( private val validIpV4Hosts = mapOf(
// "192.168.1.0" to "c0a80100", "192.168.1.0" to "c0a80100",
"10.255.255.254" to "0afffffe", "10.255.255.254" to "0afffffe",
"172.18.5.4" to "ac120504", "172.18.5.4" to "ac120504",
"0.0.0.0" to "00000000", "0.0.0.0" to "00000000",