mirror of https://github.com/apache/lucene.git
fix SignatureUpdateProcessor test that assumed string id
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f3855a7f92
commit
aa063a9f75
|
@ -39,7 +39,7 @@ public class SignatureUpdateProcessorFactoryTest extends AbstractSolrTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getSchemaFile() {
|
public String getSchemaFile() {
|
||||||
return "schema.xml";
|
return "schema12.xml";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue