Marcono1234 commented on a change in pull request #293:
URL: https://github.com/apache/commons-io/pull/293#discussion_r740333208



##########
File path: 
src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java
##########
@@ -217,62 +218,60 @@ private void testIO_356(final int bufferSize, final int 
dataSize, final int read
         is.close();
 
         // data buffers should be identical
-        assertArrayEquals(data1, data2, "bufferSize=" + bufferSize + " 
dataSize=" + dataSize);
+        assertArrayEquals(data1, data2, "dataSize=" + dataSize);
     }
 
     @Test
     public void testIO_356_B10_D10_S0_UTF16() throws Exception {

Review comment:
       Probably have to change the method names of these tests (removing `B10`).




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to