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
The following commit(s) were added to refs/heads/master by this push:
new 97b02e6 Update two test cases in AbstractMultiValuedMapTest
testPutAll_map1 testPutAll_map2 #97.
97b02e6 is described below
commit 97b02e64df80404795fd11920ba11948fbf14fc4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 30 09:19:08 2019 -0400
Update two test cases in AbstractMultiValuedMapTest testPutAll_map1
testPutAll_map2 #97.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 431cc18..daf4712 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@
<action dev="ggregory" type="add" due-to="dota17">
Add two test cases in UnmodifiableQueueTest #96.
</action>
+ <action dev="ggregory" type="add" due-to="dota17">
+ Update two test cases in AbstractMultiValuedMapTest testPutAll_map1
testPutAll_map2 #97.
+ </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">