Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 218337

Please review the changes in the below location and reply with any feedback:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218337

Overview:
Three JAXB XmlTypeAdapter test cases will fail when run against a non Sun Java
VM. This is due to their dependance on the order of items returned from a Map.
These tests should be changed to be order-independant, or to use LinkedHashMap
to preserve the order of items.

-Matt


Back to the top