History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/EnumTest.java
Revision Date Author Comments
1323d4399501e216753ec7fd7eb49d3fe5e5bdad 21-Jan-2014 Narayan Kamath <narayan@google.com> Merge "Fixed broken EnumTest"
b2dc38f35ead619dd01d53dafee018266301bff5 21-Jan-2014 Paul Duffin <paulduffin@google.com> Fixed broken EnumTest

A previous file move changed the class name for various classes used
in the EnumTest. That broke the tests as they relied on files
containing serialized forms of those classes and so had hard coded
references to the old class names which no longer existed. The fix
was two part:

- Use the correct class names in the serialized files
- Remove duplicate serialized files that are no longer used

Bug: 12491225

Change-Id: I60b503bb2509071ccac5fec7b05dd5160d9dd7d0
ab762bb740405d0fefcccf4a0899a234f995be13 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests. (Take 2)

This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2.

The makefile issue that caused the original build break
has been resolved.
d5e281743e55e1daa297fd8043b2d9b6e8e1bed2 15-Nov-2013 Narayan Kamath <narayan@google.com> Revert "Move tests from tests/api to harmony-tests."

This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd.

Breaks build

Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
81bf28ad31131815d0a36a43a0eca3c29aefdfcd 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests.

The vast majority of cleaned up harmony tests
are now in harmony-tests/src/test/org/apache/harmony/tests/

Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30