change www.appinf.com IP address

This commit is contained in:
Aleksandar Fabijanic 2015-06-25 20:40:11 -05:00
parent 13acfa37b2
commit ebff0b4e24

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