History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/DoubleBufferTest.java
Revision Date Author Comments
b304b288d1deafd07ee13e1540acc0a22db07736 06-Aug-2015 Narayan Kamath <narayan@google.com> Fix bogus comparison tests for Double / Float.

Also, minor change to use Double.compare() instead of a custom
implementation.

Change-Id: I3da0b5ae277f5badbeda8cf987e31381023cfeed
e5fea3d504609d22337a5311d3ce0e72314bceee 15-Nov-2013 Narayan Kamath <narayan@google.com> Use a consistent package path for harmony tests.

Harmony was never consistent about where they put their
tests. There's no reason we have to be the same.

Also, there's no need to have separate subtrees for nio,
nio_char etc. etc.

This change makes all existing apache harmony tests
subpackages of "org.apache.harmony.tests" and put them under
libcore/harmony-tests.

We somehow managed to end up with two vastly different
copies of CharsetDecoderTest & CharsetEncoderTest. I've
renamed the copies CharsetDecoder2Test & CharsetEncoder2Test
to avoid having to go in and resolve the complicated
diffs or speculate about the reasons for their
divergence.

Change-Id: Ic34e69c2faab8893edd54e05eccd7091f4a09abd