[
https://issues.apache.org/jira/browse/COLLECTIONS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno P. Kinoshita resolved COLLECTIONS-771.
--------------------------------------------
Resolution: Fixed
> AbstractMultiValuedMapTest#testToString is flaky
> ------------------------------------------------
>
> Key: COLLECTIONS-771
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-771
> Project: Commons Collections
> Issue Type: Bug
> Components: Collection
> Affects Versions: 4.4
> Reporter: XinT
> Assignee: Bruno P. Kinoshita
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.5
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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]}".
>
> PR: https://github.com/apache/commons-collections/pull/194
--
This message was sent by Atlassian Jira
(v8.3.4#803005)