You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/07/17 11:20:36 UTC

[GitHub] [commons-codec] Megaprog commented on a change in pull request #23: CODEC-259: fixed ByteBuffer issues and updated tests

Megaprog commented on a change in pull request #23: CODEC-259: fixed ByteBuffer issues and updated tests
URL: https://github.com/apache/commons-codec/pull/23#discussion_r304348683
 
 

 ##########
 File path: src/test/java/org/apache/commons/codec/binary/HexTest.java
 ##########
 @@ -227,18 +227,19 @@ public void testDecodeByteArrayOddCharacters() {
 
     @Test
     public void testDecodeByteBufferEmpty() throws DecoderException {
-        assertTrue(Arrays.equals(new byte[0], new Hex().decode(ByteBuffer.allocate(0))));
 
 Review comment:
   I'm sorry but have no time for that

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services