History log of /libcore/luni/src/test/java/libcore/java/nio/charset/OldCharsetEncoderDecoderBufferTest.java
Revision Date Author Comments
c6210a287dad8ae2447387ec840696b0e366046f 04-Feb-2011 Elliott Hughes <enh@google.com> Fix a couple of tests.

Now direct buffers are backed by byte[]s on the Java heap, allocating a direct
buffer is no longer an easy way to get a Buffer that will return false for
hasArray.

There's a work-around for one test, but I think the other's impossible even if
you're prepared to try custom a subclass.

Change-Id: I74ce36e46d3170c3147c4576e0eaa43e15826825
54f969b83377b1540efc0180962966df0732a479 15-Sep-2010 Jesse Wilson <jessewilson@google.com> Moving Android-authored charset tests into the libcore tree.

Change-Id: I8b3477249ffcd8c6baf34887c502e609d0c0b238