Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.4
Description
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]}".