stefanvodita commented on a change in pull request #809:
URL: https://github.com/apache/logging-log4j2/pull/809#discussion_r838804651



##########
File path: 
log4j-core/src/test/java/org/apache/logging/log4j/core/util/FileUtilsTest.java
##########
@@ -78,4 +86,56 @@ public void 
testFileFromUriWithSpacesAndPlusCharactersInName() throws Exception
         assertTrue(file.exists(), "file exists");
     }
 
+    @Nested
+    class TestMkdir {
+        final String path = "src/test/resources/test-dir";

Review comment:
       Thanks for the suggestion! This could allow me to simplify the test 
setup quite a bit.




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