|
|
|
@ -394,6 +394,7 @@ public class DataBufferUtilsTests extends AbstractDataBufferAllocatingTestCase { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
@Test |
|
|
|
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
public void writeAsynchronousFileChannelErrorInWrite() throws Exception { |
|
|
|
public void writeAsynchronousFileChannelErrorInWrite() throws Exception { |
|
|
|
DataBuffer foo = stringBuffer("foo"); |
|
|
|
DataBuffer foo = stringBuffer("foo"); |
|
|
|
DataBuffer bar = stringBuffer("bar"); |
|
|
|
DataBuffer bar = stringBuffer("bar"); |
|
|
|
|