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:
Robert Muir 2010-03-21 20:44:58 +00:00
parent b12f372bb5
commit 2b950ebea5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class AbstractClusteringTest extends SolrTestCaseJ4 {
@BeforeClass @BeforeClass
public static void beforeClass() throws Exception { public static void beforeClass() throws Exception {
initCore("solrConfig.xml", "schema.xml"); initCore("solrconfig.xml", "schema.xml");
numberOfDocs = 0; numberOfDocs = 0;
for (String[] doc : DOCUMENTS) { for (String[] doc : DOCUMENTS) {
assertNull(h.validateUpdate(adoc("id", Integer.toString(numberOfDocs), "url", doc[0], "title", doc[1], "snippet", doc[2]))); assertNull(h.validateUpdate(adoc("id", Integer.toString(numberOfDocs), "url", doc[0], "title", doc[1], "snippet", doc[2])));