You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/04/19 22:37:16 UTC

[commons-text] 03/03: Merge branch 'pr-219'

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit ee5e4a838e6708598eabe0c073df13c964af500f
Merge: 25b847a 3a55506
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Tue Apr 20 10:35:26 2021 +1200

    Merge branch 'pr-219'
    
    This closes #219

 src/changes/changes.xml                              |  1 +
 .../apache/commons/text/AlphabetConverterTest.java   | 16 ++++------------
 .../commons/text/ExtendedMessageFormatTest.java      | 20 +++++---------------
 .../apache/commons/text/FormattableUtilsTest.java    |  4 +---
 .../commons/text/RandomStringGeneratorTest.java      | 12 +++---------
 .../java/org/apache/commons/text/StrBuilderTest.java |  4 +---
 .../apache/commons/text/TextStringBuilderTest.java   |  4 +---
 .../java/org/apache/commons/text/WordUtilsTest.java  |  8 ++------
 .../commons/text/lookup/FileStringLookupTest.java    | 12 +++---------
 .../text/lookup/JavaPlatformStringLookupTest.java    |  4 +---
 .../text/lookup/ResourceBundleStringLookupTest.java  |  8 ++------
 .../commons/text/lookup/ScriptStringLookupTest.java  | 16 ++++------------
 .../text/lookup/UrlDecoderStringLookupTest.java      |  4 +---
 .../text/lookup/UrlEncoderStringLookupTest.java      |  4 +---
 .../commons/text/lookup/UrlStringLookupTest.java     | 16 ++++------------
 .../commons/text/similarity/FuzzyScoreTest.java      | 16 ++++------------
 .../commons/text/similarity/HammingDistanceTest.java |  8 ++------
 .../text/similarity/IntersectionResultTest.java      | 20 +++++---------------
 .../text/similarity/IntersectionSimilarityTest.java  | 16 ++++------------
 .../commons/text/similarity/JaccardDistanceTest.java | 12 +++---------
 .../text/similarity/JaccardSimilarityTest.java       | 12 +++---------
 .../text/similarity/JaroWinklerDistanceTest.java     | 12 +++---------
 .../text/similarity/JaroWinklerSimilarityTest.java   | 12 +++---------
 23 files changed, 61 insertions(+), 180 deletions(-)