History log of /libcore/luni/src/test/java/libcore/java/nio/channels/ChannelsTest.java
Revision Date Author Comments
bd3fa20df1d41ddb1310bb03d82b2f5aa11e0dfb 25-Sep-2010 Jesse Wilson <jessewilson@google.com> Don't expect bug-compatibility with the RI's missing IllegalBlockingModeException.

The RI promises to throw when a non-blocking channel is read via
a stream. It doesn't throw, and our tests were validating that.

This also cleans up ScannerTest, which was duplicated with Harmony.
Change-Id: Ife522d29c0b0734e188462b4d23f0a872727ce38