-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.4
-
Fix Version/s: 4.5
-
Component/s: Collection
-
Labels:
AbstractMultiValuedMapTest#testToString is flaky because it assumes that a
MultiValuedMap object's toString method returns the string representation in a certain order.
More specifically, it assumes map.toString() equals to "{A=[X, Y, Z], B=[U, V, W]}" while it could also be "{B=[U, V, W], A=[X, Y, Z]}".