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

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


    from 53c93d0  Revert "Bump commons-lang3 from 3.8 to 3.11 (#51)"
     new fab180b  Add missing @since 1.15 tags
     new 4c542d7  Add CharSequenceUtilsTest
     new 5365879  Test the codec policy property
     new e42dfe1  Fix test names
     new 3535c17  Test encode of null and empty array with an offset
     new 9ac33a1  Test all constructors
     new f39003c  Test isInAlphabet
     new fa0562e  Test Context toString has debugging info

The 8 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:
 .../org/apache/commons/codec/binary/Base32.java    |  14 +-
 .../apache/commons/codec/binary/BaseNCodec.java    |   1 +
 .../commons/codec/binary/CharSequenceUtils.java    |   3 +
 .../java/org/apache/commons/codec/binary/Hex.java  |   1 -
 .../apache/commons/codec/binary/Base16Test.java    |   5 +
 .../apache/commons/codec/binary/Base32Test.java    | 137 ++++++++++++++++--
 .../apache/commons/codec/binary/Base64Test.java    |   5 +
 .../commons/codec/binary/BaseNCodecTest.java       |  27 ++++
 .../codec/binary/CharSequenceUtilsTest.java        | 158 +++++++++++++++++++++
 9 files changed, 335 insertions(+), 16 deletions(-)
 create mode 100644 
src/test/java/org/apache/commons/codec/binary/CharSequenceUtilsTest.java

Reply via email to