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 ccb5e1a TransformedSortedBagTest should work with
TransformedSortedBag, not TransformedBag #98.
ccb5e1a is described below
commit ccb5e1a6023a86f4f0dc8d9a0bdf503f43448638
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 30 11:25:01 2019 -0400
TransformedSortedBagTest should work with TransformedSortedBag, not
TransformedBag #98.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index daf4712..559132e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
<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">
+ TransformedSortedBagTest should work with TransformedSortedBag, not
TransformedBag #98.
+ </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">