garydgregory commented on code in PR #543:
URL: https://github.com/apache/commons-io/pull/543#discussion_r1437953567
##########
src/test/java/org/apache/commons/io/build/CharSequenceOriginTest.java:
##########
@@ -84,4 +84,13 @@ public void testGetWriter() {
assertThrows(UnsupportedOperationException.class,
super::testGetWriter);
}
+ @Test
+ public void testGetReader_UTF16() throws IOException {
Review Comment:
Doesn't this test the same behavior as 'testGetReaderIgnoreCharset()?
--
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]