Add two test cases in UnmodifiableQueueTest #96.

This commit is contained in:
Gary Gregory 2019-10-30 09:17:39 -04:00
parent 543e8416f7
commit 3d7f5ba67e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
<action dev="ggregory" type="add" due-to="dota17">
Add junit for add, remove, setCount and entrySet in the UnmodifiableMultiSetTest #95.
</action>
<action dev="ggregory" type="add" due-to="dota17">
Add two test cases in UnmodifiableQueueTest #96.
</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">