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 19b621029 Rework test fixtures
     new 52cdb17e6 Reuse StringUtils.EMPTY in tests
     new 817180b4d Rework test fixtures

The 2 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:
 .../commons/collections4/IterableUtilsTest.java    | 33 +++++++++++-----------
 .../apache/commons/collections4/ListUtilsTest.java |  3 +-
 .../apache/commons/collections4/MapUtilsTest.java  |  5 ++--
 .../apache/commons/collections4/MockTestCase.java  |  3 +-
 .../commons/collections4/TransformerUtilsTest.java |  3 +-
 .../commons/collections4/bag/AbstractBagTest.java  |  3 +-
 .../collection/AbstractCollectionTest.java         |  3 +-
 .../collections4/keyvalue/MultiKeyTest.java        |  3 +-
 .../collections4/list/AbstractListTest.java        |  3 +-
 .../collections4/list/SetUniqueListTest.java       |  3 +-
 .../commons/collections4/map/AbstractMapTest.java  |  5 ++--
 .../collections4/map/CaseInsensitiveMapTest.java   |  3 +-
 .../collections4/map/ListOrderedMapTest.java       |  9 +++---
 .../multimap/AbstractMultiValuedMapTest.java       | 18 ++++++++----
 .../multiset/AbstractMultiSetTest.java             |  3 +-
 .../properties/EmptyPropertiesTest.java            |  3 +-
 .../sequence/SequencesComparatorTest.java          |  5 ++--
 .../splitmap/TransformedSplitMapTest.java          |  3 +-
 .../collections4/trie/PatriciaTrieTest.java        |  7 +++--
 19 files changed, 71 insertions(+), 47 deletions(-)

Reply via email to