mirror of https://github.com/apache/lucene.git
fix file name case
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a13563009
commit
fbcf1b1d98
|
@ -31,7 +31,7 @@ import static org.junit.Assert.*;
|
|||
public class DistanceFunctionTest extends SolrTestCaseJ4 {
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws Exception {
|
||||
initCore("solrConfig-functionquery.xml", "schema11.xml");
|
||||
initCore("solrconfig-functionquery.xml", "schema11.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -47,7 +47,7 @@ public class SolrRequestParserTest extends SolrTestCaseJ4 {
|
|||
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws Exception {
|
||||
initCore("solrConfig.xml", "schema.xml");
|
||||
initCore("solrconfig.xml", "schema.xml");
|
||||
parser = new SolrRequestParsers( h.getCore().getSolrConfig() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue