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/04 00:01:22 UTC

[commons-collections] branch master updated (81adcf9 -> 588b5f9)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git.


    from 81adcf9  Add test cases for ArrayListValuedHashMapTest (#106)
     new f7e2465  Add junit for getWithNull and subList in LazyListTest; #103.
     new c305862  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
     new 588b5f9  Add test cases to ArrayListValuedHashMapTest; #106.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)


[commons-collections] 01/03: Add junit for getWithNull and subList in LazyListTest; #103.

Posted by gg...@apache.org.
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 f7e2465c1c687a29a89a81a2ac32491a16c7b790
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sun Nov 3 18:59:39 2019 -0500

    Add junit for getWithNull and subList in LazyListTest; #103.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02304bf..7f7d0ea 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@
     <action dev="ggregory" type="update" due-to="dota17">
       Remove the parentheses in the error message in CircularFifoQueue #107.
     </action>
+    <action dev="ggregory" type="add" due-to="dota17">
+      Add junit for getWithNull and subList in LazyListTest; #103.
+    </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">


[commons-collections] 03/03: Add test cases to ArrayListValuedHashMapTest; #106.

Posted by gg...@apache.org.
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 588b5f9abe870d30330df89a6f5a57891c21c628
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sun Nov 3 19:01:17 2019 -0500

    Add test cases to ArrayListValuedHashMapTest; #106.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f7d0ea..b1c685a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,9 @@
     <action dev="ggregory" type="add" due-to="dota17">
       Add junit for getWithNull and subList in LazyListTest; #103.
     </action>
+    <action dev="ggregory" type="add" due-to="dota17">
+      Add test cases to ArrayListValuedHashMapTest; #106.
+    </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">


[commons-collections] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git

Posted by gg...@apache.org.
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 c30586294f4fdc9a542427a86f30a4241d8ea2c9
Merge: f7e2465 81adcf9
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Sun Nov 3 19:00:50 2019 -0500

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git

 .../collections4/list/FixedSizeListTest.java       | 60 +++++++++++++
 .../commons/collections4/list/LazyListTest.java    | 48 +++++++++++
 .../collections4/list/PredicatedListTest.java      | 22 +++++
 .../collections4/list/TransformedListTest.java     | 24 ++++++
 .../multimap/ArrayListValuedHashMapTest.java       | 97 ++++++++++++++++++++++
 5 files changed, 251 insertions(+)