TransformedSortedBagTest should work with TransformedSortedBag, not

TransformedBag #98.
This commit is contained in:
Gary Gregory 2019-10-30 11:25:01 -04:00
parent 448c99e35e
commit ccb5e1a602
1 changed files with 3 additions and 0 deletions

View File

@ -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">