[
https://issues.apache.org/jira/browse/COLLECTIONS-771?focusedWorklogId=509323&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-509323
]
ASF GitHub Bot logged work on COLLECTIONS-771:
----------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Nov/20 19:43
Start Date: 09/Nov/20 19:43
Worklog Time Spent: 10m
Work Description: tongxin97 opened a new pull request #194:
URL: https://github.com/apache/commons-collections/pull/194
Issue description: https://issues.apache.org/jira/browse/COLLECTIONS-771
Assert `map.toString()` is equal to either one of the two possible string
representations:
1. "{A=[X, Y, Z], B=[U, V, W]}"
2. "{B=[U, V, W], A=[X, Y, Z]}"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 509323)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> 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]}".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)