mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
change www.appinf.com IP address
This commit is contained in:
parent
13acfa37b2
commit
ebff0b4e24
@ -66,7 +66,7 @@ void SocketAddressTest::testSocketAddress()
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user