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-text.git


    from 1e8c3f70 Use final
     new 70e527e7 Don't use @Deprecated on test methods
     new a78023d2 Use static imports only for JUnit assertions

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/text/StrBuilderAppendInsertTest.java    |  1 -
 .../org/apache/commons/text/StrBuilderTest.java     |  1 -
 .../java/org/apache/commons/text/StrLookupTest.java |  1 -
 .../org/apache/commons/text/StrMatcherTest.java     |  1 -
 .../org/apache/commons/text/StrSubstitutorTest.java |  1 -
 .../org/apache/commons/text/StrTokenizerTest.java   |  1 -
 .../text/lookup/Base64DecoderStringLookupTest.java  | 11 +++++++----
 .../text/lookup/Base64EncoderStringLookupTest.java  | 11 +++++++----
 .../text/lookup/BiFunctionStringLookupTest.java     | 21 ++++++++++++---------
 .../commons/text/lookup/BiStringLookupTest.java     |  5 +++--
 .../text/lookup/ConstantStringLookupBasicTest.java  | 15 +++++++++------
 .../text/lookup/ConstantStringLookupTest.java       | 20 +++++++++++---------
 .../commons/text/lookup/DateStringLookupTest.java   |  4 ++--
 .../commons/text/lookup/DnsStringLookupTest.java    | 20 ++++++++++++--------
 .../lookup/EnvironmentVariableStringLookupTest.java | 13 ++++++++-----
 .../commons/text/lookup/FileStringLookupTest.java   | 15 ++++++++-------
 .../text/lookup/FunctionStringLookupTest.java       | 15 +++++++++------
 .../InetAddressStringLookupLocalHostTest.java       | 18 +++++++++++-------
 .../InetAddressStringLookupLoopbackAddressTest.java | 18 +++++++++++-------
 .../text/lookup/InterpolatorStringLookupTest.java   |  5 ++---
 .../text/lookup/JavaPlatformStringLookupTest.java   |  7 ++++---
 .../commons/text/lookup/NullStringLookupTest.java   | 10 ++++++----
 .../text/lookup/PropertiesStringLookupTest.java     | 19 ++++++++++---------
 .../text/lookup/ResourceBundleStringLookupTest.java | 11 ++++++-----
 .../commons/text/lookup/ScriptStringLookupTest.java | 15 +++++++++------
 .../text/lookup/SystemPropertyStringLookupTest.java | 11 +++++++----
 .../text/lookup/UrlDecoderStringLookupTest.java     | 14 ++++++++------
 .../text/lookup/UrlEncoderStringLookupTest.java     | 10 ++++++----
 .../commons/text/lookup/UrlStringLookupTest.java    | 15 +++++++++------
 .../text/lookup/XmlDecoderStringLookupTest.java     | 11 +++++++----
 .../text/lookup/XmlEncoderStringLookupTest.java     | 11 +++++++----
 .../similarity/LongestCommonSubsequenceTest.java    |  1 -
 32 files changed, 191 insertions(+), 141 deletions(-)

Reply via email to