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



##########
File path: 
src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryBaseTestCase.java
##########
@@ -194,6 +194,29 @@ public void testDeleteParentSymlink2() throws Exception {
         assertEquals(1, randomDirectory.list().length, "Contents of sym link 
should not have been removed");
     }
 
+    @Test
+    public void testDeleteInvalidLinks() throws Exception {
+        File AFile = new File(top, "realParentDirA");

Review comment:
       These local variable names are unconventional, `AFile` -> `fileA` as 
local variable names should start with a lower case chaarcter.
   




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

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


Reply via email to