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 2021/07/26 11:09:36 UTC

[GitHub] [commons-io] garydgregory commented on a change in pull request #252: [IO-744] test that shows the last fix did not work

garydgregory commented on a change in pull request #252:
URL: https://github.com/apache/commons-io/pull/252#discussion_r676508160



##########
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:
       The extra semi colon is not needed FYI.




-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org