Fixed unit test.

This commit is contained in:
hiker
2017-01-18 20:57:40 +11:00
parent a8be3f8068
commit 33caf5ed4b

View File

@@ -107,6 +107,6 @@ void TransportAddress::unitTesting()
TransportAddress t17("128.0.0.0");
assert(t17.getIP() == (128 << 24));
assert(t17.isLAN());
assert(!t17.isLAN());
} // unitTesting