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 2019/11/04 00:01:25 UTC

[commons-collections] 03/03: Add test cases to ArrayListValuedHashMapTest; #106.

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 588b5f9abe870d30330df89a6f5a57891c21c628
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sun Nov 3 19:01:17 2019 -0500

    Add test cases to ArrayListValuedHashMapTest; #106.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f7d0ea..b1c685a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,9 @@
     <action dev="ggregory" type="add" due-to="dota17">
       Add junit for getWithNull and subList in LazyListTest; #103.
     </action>
+    <action dev="ggregory" type="add" due-to="dota17">
+      Add test cases to ArrayListValuedHashMapTest; #106.
+    </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">