fix race condition in test

This commit is contained in:
bgallagher 2013-08-23 09:38:30 -04:00 committed by Norman Maurer
parent 206dc2a391
commit 51fa795819

View File

@ -82,7 +82,7 @@ public class ReentrantChannelTest extends BaseChannelTest {
assertTrue(clientChannel.isWritable());
clientChannel.write(createTestBuf(2000)).sync();
assertTrue(clientChannel.isWritable());
clientChannel.close().sync();
assertLog(
"WRITE\n" +