SOLR-9530: fixing test error

This commit is contained in:
Noble Paul 2017-05-06 06:00:54 +09:30
parent 52b252cc6e
commit 468d479b5f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public class UpdateRequestProcessorFactoryTest extends AbstractSolrTestCase {
@BeforeClass
public static void beforeClass() throws Exception {
System.setProperty("enable.runtime.lib", "true");
initCore("solrconfig-transformers.xml", "schema.xml");
}