Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
JDK 6 SR12
-
Reviewed
Description
These tests are depending on ordering returned by HashMap which is different on IBM JDK.
HashMap implementation does not guarantee ordering, testcase should not be dependent on it. TreeMap can be used instead of HashMap.