mirror of https://github.com/apache/lucene.git
TestArbitraryIndexDir didn't work w/o a string-like id
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a7eb23597
commit
f01f919b3d
|
@ -52,7 +52,7 @@ public class TestArbitraryIndexDir extends AbstractSolrTestCase{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getSchemaFile() {
|
public String getSchemaFile() {
|
||||||
return "schema.xml";
|
return "schema12.xml";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue