mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 21:53:49 +01:00
fixed www.appinf.com IP address
This commit is contained in:
@@ -66,7 +66,7 @@ void SocketAddressTest::testSocketAddress()
|
|||||||
}
|
}
|
||||||
|
|
||||||
SocketAddress sa4("www.appinf.com", 80);
|
SocketAddress sa4("www.appinf.com", 80);
|
||||||
assert (sa4.host().toString() == "50.57.108.29");
|
assert (sa4.host().toString() == "162.209.7.4");
|
||||||
assert (sa4.port() == 80);
|
assert (sa4.port() == 80);
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user