mlbiscoc commented on code in PR #2907:
URL: https://github.com/apache/solr/pull/2907#discussion_r1884801317


##########
solr/core/src/test/org/apache/solr/cli/PostToolTest.java:
##########
@@ -294,7 +294,7 @@ public void testDoFilesMode() throws IOException {
     postTool.recursive = 0;
     postTool.dryRun = true;
     postTool.solrUpdateUrl = 
URI.create("http://localhost:8983/solr/fake/update";);
-    File dir = getFile("exampledocs");
+    File dir = getFile("exampledocs").toFile();

Review Comment:
   Feels out of scope for now but agreed maybe we can simplify here. Unless you 
feel strongly about it, will add a TODO and I can do on a separate PR.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to