422427 improved TestConnection

This commit is contained in:
Greg Wilkins 2013-11-25 11:08:54 +11:00
parent 9c0497120b
commit e37a369ca6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class SelectChannelEndPointTest
while (_blockAt > 0 && _endp.isOpen() && _in.remaining() < _blockAt)
{
FutureCallback blockingRead = new FutureCallback();
_endp.fillInterested(blockingRead);
fillInterested(blockingRead);
blockingRead.get();
filled = _endp.fill(_in);
progress |= filled > 0;