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:
Yonik Seeley 2009-08-06 00:03:23 +00:00
parent f3855a7f92
commit aa063a9f75
1 changed files with 1 additions and 1 deletions

View File

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