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/11/01 15:37:29 UTC

[commons-collections] 01/03: Add three test cases in UnmodifiableQueueTest #105.

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

commit 5a797cd62f23a4976ac8d04c956a6bd4ae0cdc75
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:33:07 2019 -0400

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e1112f..4d6672d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
     <action dev="ggregory" type="update" due-to="dota17">
       Update some map test cases #104.
     </action>
+    <action dev="ggregory" type="update" due-to="dota17">
+      Add three test cases in UnmodifiableQueueTest #105.
+    </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">