Fix typo in getaddrinfo test.
This commit is contained in:
@@ -39,8 +39,7 @@ GetAddrInfoTest::EmptyTest()
|
|||||||
freeaddrinfo(info);
|
freeaddrinfo(info);
|
||||||
|
|
||||||
// getaddrinfo shouldn't suggest that this may work better by trying again.
|
// getaddrinfo shouldn't suggest that this may work better by trying again.
|
||||||
CPPUNIT_ASSERT(result != EAI_EAGAIN);
|
CPPUNIT_ASSERT(result != EAI_AGAIN);
|
||||||
// TODO it should also not take 22 seconds before it says so!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user