You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/08 12:06:49 UTC

[17/33] lucene-solr:jira/solr-8668: SOLR-9530: fixing test error

SOLR-9530: fixing test error


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/468d479b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/468d479b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/468d479b

Branch: refs/heads/jira/solr-8668
Commit: 468d479b5f90d6bf3d1ae5f62019956b76fa2a25
Parents: 52b252c
Author: Noble Paul <no...@apache.org>
Authored: Sat May 6 06:00:54 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Sat May 6 06:00:54 2017 +0930

----------------------------------------------------------------------
 .../solr/update/processor/UpdateRequestProcessorFactoryTest.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/468d479b/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java b/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
index 7ebefec..07f0484 100644
--- a/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
+++ b/solr/core/src/test/org/apache/solr/update/processor/UpdateRequestProcessorFactoryTest.java
@@ -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");
   }