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:
Mark Robert Miller 2010-03-20 23:18:39 +00:00
parent 9a13563009
commit fbcf1b1d98
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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() );
}