Furkan KAMACI created SOLR-5838:
-----------------------------------
Summary: Relative SolrHome Path Bug At
AbstractFullDistribZkTestBase
Key: SOLR-5838
URL: https://issues.apache.org/jira/browse/SOLR-5838
Project: Solr
Issue Type: Bug
Reporter: Furkan KAMACI
getRelativeSolrHomePath method at AbstractFullDistribZkTestBase has a control
like that:
{code}
if (base.startsWith("."));
base.replaceFirst("\\.", new File(".").getName());
{code}
if statement does nothing and result of replaceFirst is ignored.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]