fixed www.appinf.com IP address

This commit is contained in:
Guenter Obiltschnig
2015-08-02 08:51:39 +02:00
parent aee279719b
commit ca650b83c9

View File

@@ -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