mirror of https://github.com/apache/lucene.git
fix casing of filename
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b12f372bb5
commit
2b950ebea5
|
@ -30,7 +30,7 @@ public class AbstractClusteringTest extends SolrTestCaseJ4 {
|
|||
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws Exception {
|
||||
initCore("solrConfig.xml", "schema.xml");
|
||||
initCore("solrconfig.xml", "schema.xml");
|
||||
numberOfDocs = 0;
|
||||
for (String[] doc : DOCUMENTS) {
|
||||
assertNull(h.validateUpdate(adoc("id", Integer.toString(numberOfDocs), "url", doc[0], "title", doc[1], "snippet", doc[2])));
|
||||
|
|
Loading…
Reference in New Issue