mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-06 21:56:23 +01:00
chore(Net): fix some warnings and tests
This commit is contained in:
@@ -450,9 +450,8 @@ void SocketTest::testSelect()
|
||||
assertTrue (writeList.empty());
|
||||
assertTrue (exceptList.empty());
|
||||
|
||||
ss.sendBytes("hello", 5);
|
||||
|
||||
ss.poll(timeout, Socket::SELECT_READ);
|
||||
assertTrue (5 == ss.sendBytes("hello", 5));
|
||||
assertTrue (ss.poll(timeout, Socket::SELECT_READ));
|
||||
|
||||
readList.push_back(ss);
|
||||
writeList.push_back(ss);
|
||||
|
||||
Reference in New Issue
Block a user