History log of /libcore/luni/src/test/java/libcore/java/io/OldRandomAccessFileTest.java
Revision Date Author Comments
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
07f3b77c01e51d8a99a9e165b266de5fd7472d7a 17-Dec-2010 Jesse Wilson <jessewilson@google.com> Don't test for implementation details in OldRandomAccessFileTest.

Change-Id: Ibb5dab8c4806aa944d2b0be411fc42ca5bc83f67
937efdb41a1c4448ddd7bced4783009ab36a26ac 25-Sep-2010 Jesse Wilson <jessewilson@google.com> Fix RandomAccessFileTest tests that were failing on the host.

These tests assumed that Integer.MAX_VALUE seeks/lengths would fail,
and they weren't on our beefy continuous build. I've changed the
tests to use Long.MAX_VALUE, which should fail everywhere.

Also moving the test into our managed directory, and the new tests
into their own class.

Change-Id: I5ad5274621ef7094d92a399cfd74d40832473728