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 c6f4b84 Add a test case for AbstractMultiValuedMapTest testToString() #100. c6f4b84 is described below commit c6f4b84c7d0a7669370a07fb4a7ec72de9cbaed2 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Oct 31 09:48:16 2019 -0400 Add a test case for AbstractMultiValuedMapTest testToString() #100. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 559132e..77e95dd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,9 +54,12 @@ <action dev="ggregory" type="add" due-to="dota17"> Update two test cases in AbstractMultiValuedMapTest testPutAll_map1 testPutAll_map2 #97. </action> - <action dev="ggregory" type="add" due-to="dota17"> + <action dev="ggregory" type="update" due-to="dota17"> TransformedSortedBagTest should work with TransformedSortedBag, not TransformedBag #98. </action> + <action dev="ggregory" type="add" due-to="dota17"> + Add a test case for AbstractMultiValuedMapTest testToString() #100. + </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">