risdenk commented on a change in pull request #729: URL: https://github.com/apache/solr/pull/729#discussion_r820702838
########## File path: solr/core/src/test/org/apache/solr/rest/schema/analysis/TestManagedSynonymFilterFactory.java ########## @@ -64,7 +65,7 @@ private void after() throws Exception { jetty = null; } if (null != tmpSolrHome) { - FileUtils.deleteDirectory(tmpSolrHome); + PathUtils.deleteDirectory(tmpSolrHome.toPath()); Review comment: Addressed in 863cf2c87c67092840b68c51908fc7a5c0aa29b0 -- 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-unsubscr...@solr.apache.org 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