Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 214245

Hello All,

Please review the fix for the following bug and provide any feedback you may have:

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

Overview:

One test case for the XMLAnyAttributeMapping was failing when run against JDK 1.6. This was being caused by the comparision of two hashmaps during the validation of the test case. The order of the keys in the two maps was being returned differently. The comparision was fixed to ignore the order of keys and just to verify that all the same keys are present and have the same values in both maps.

-Matt

Back to the top