epugh commented on code in PR #3988:
URL: https://github.com/apache/solr/pull/3988#discussion_r2658906524
##########
solr/core/src/test/org/apache/solr/handler/V2StandaloneTest.java:
##########
@@ -35,7 +34,6 @@ public void testWelcomeMessage() throws Exception {
Path solrHomeTmp = createTempDir();
PathUtils.copyDirectory(
TEST_HOME().resolve("configsets/minimal/conf"),
solrHomeTmp.resolve("conf"));
- Files.copy(TEST_HOME().resolve("solr.xml"),
solrHomeTmp.resolve("solr.xml"));
Review Comment:
@dsmiley I have added https://issues.apache.org/jira/browse/SOLR-18053 to
track your suggestion. I've also linked it to a VERY old JIRA of mine,
https://issues.apache.org/jira/browse/SOLR-15788 which seeks to get us away
from the kitchen sink approach as well.
--
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]