garydgregory commented on a change in pull request #31: DirectoryUtils - isEqual to compare directories URL: https://github.com/apache/commons-io/pull/31#discussion_r350254818
########## File path: src/test/java/org/apache/commons/io/DirectoryUtilsTestCase_Nested.java ########## @@ -0,0 +1,66 @@ +package org.apache.commons.io; + +import static org.junit.Assert.*; Review comment: Also based your PR on the HEAD of master. This does not compile since we now use JUnit 5. ---------------------------------------------------------------- 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] With regards, Apache Git Services
