bruno-roustant commented on a change in pull request #108: URL: https://github.com/apache/solr/pull/108#discussion_r650910694
########## File path: solr/contrib/blob-directory/src/test/org/apache/solr/blob/BlobDirectoryTest.java ########## @@ -190,4 +211,23 @@ private void checkFileContent(String name, String expectedContent) throws IOExce assertEquals(expectedContent, input.readString()); } } + + private static void deleteRecursively(File file) throws IOException { Review comment: +1 -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org