commit | b2dc38f35ead619dd01d53dafee018266301bff5 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Jan 21 15:17:56 2014 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Jan 21 15:55:03 2014 +0000 |
tree | 40171ec82aa814339ccbe707d5ba8f4ce13f2892 | |
parent | 5f99aecb536c69da78e2b6623846cd5d56b277d7 [diff] |
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