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:
Yonik Seeley 2009-08-06 00:30:02 +00:00
parent 9a7eb23597
commit f01f919b3d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class TestArbitraryIndexDir extends AbstractSolrTestCase{
@Override
public String getSchemaFile() {
return "schema.xml";
return "schema12.xml";
}
@Override