epugh commented on code in PR #3988:
URL: https://github.com/apache/solr/pull/3988#discussion_r2653612000
##########
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:
Dunno. The test still runs. Sometimes I think that some of this code
just got copy/pasted over and over from test to test. Maybe it mattered for
one test, and then it just kept living like a zombie. If you are really
itnerested I can investigate (i.e ask Little Buddy what the deal is!).
--
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]