Fix typo in getaddrinfo test.

This commit is contained in:
Adrien Destugues 2014-11-06 18:15:25 +01:00
parent 5592b1d7e0
commit e8ceef7357

View File

@ -39,8 +39,7 @@ GetAddrInfoTest::EmptyTest()
freeaddrinfo(info);
// getaddrinfo shouldn't suggest that this may work better by trying again.
CPPUNIT_ASSERT(result != EAI_EAGAIN);
// TODO it should also not take 22 seconds before it says so!
CPPUNIT_ASSERT(result != EAI_AGAIN);
}