You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/05 15:28:38 UTC

[commons-collections] 03/03: [COLLECTIONS-775] CollectionUtilsTest.getFromMap() is flaky.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit d18eb37fc299b6abfc906366173200b4931dc47a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Dec 5 10:28:30 2020 -0500

    [COLLECTIONS-775] CollectionUtilsTest.getFromMap() is flaky.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 33cffdb..4f487dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -223,6 +223,9 @@
     <action issue="COLLECTIONS-772" type="update" dev="ggregory" due-to="Arturo Bernal, Alex Herbert, Gary Gregory, Bruno P. Kinoshita">
       Add private constructor to ArrayUtils; better Javadocs, #195.
     </action>
+    <action issue="COLLECTIONS-775" type="update" dev="ggregory" due-to="Xin Tong, Bruno P. Kinoshita, Gary Gregory">
+      Fix flaky CollectionUtilsTest.getFromMap() #200.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">