rbri commented on a change in pull request #252:
URL: https://github.com/apache/commons-io/pull/252#discussion_r676529653
##########
File path:
src/test/java/org/apache/commons/io/output/FileWriterWithEncodingTest.java
##########
@@ -85,6 +85,20 @@ public void constructor_File_existingFile_withContent()
throws Exception {
assertEquals(4, file1.length());
}
+ @Test
+ public void constructorAppend_File_existingFile_withContent() throws
Exception {
+ try (FileWriter fw1 = new FileWriter(file1);) {
Review comment:
ups :-D, have fixed this (also for the other test) - i think you can
squash the two commits
--
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]