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 68bac4b Update some map test cases #104.
68bac4b is described below
commit 68bac4bde05f5569bf8b48abcbf1d4e44fab66d2
Author: Gary Gregory <ggregory@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:31:37 2019 -0400
Update some map test cases #104.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 77e95dd..1e1112f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
<action dev="ggregory" type="add" due-to="dota17">
Add a test case for AbstractMultiValuedMapTest testToString() #100.
</action>
+ <action dev="ggregory" type="update" due-to="dota17">
+ Update some map test cases #104.
+ </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">
|