Skip to main content

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

All,

The fix for this bug has been attached at the following link. Please review and reply with any feedback:

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

Summary:

Some SDO Test cases would fail when run against jdk1.6. This was due to the tests' validation depending on the order of items being returned from HashMaps. The order of items was different in jdk1.6 thus causing failures. The tests have been changed to ignore the order of items where appropriate.

Changes reviewed by Denise.

-Matt


Back to the top