You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/30 13:17:42 UTC

[commons-collections] branch master updated: Add two test cases in UnmodifiableQueueTest #96.

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 3d7f5ba  Add two test cases in UnmodifiableQueueTest #96.
3d7f5ba is described below

commit 3d7f5ba67e39d9d97a88c14ec555a4f6d743270d
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Wed Oct 30 09:17:39 2019 -0400

    Add two test cases in UnmodifiableQueueTest #96.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32e517e..431cc18 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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">