You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2017/05/05 21:01:30 UTC

lucene-solr:branch_6x: SOLR-9530: fixing test error

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d7619b48e -> 1f39b5175


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/1f39b517
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1f39b517
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1f39b517

Branch: refs/heads/branch_6x
Commit: 1f39b5175122735e3012f6400244e8b3a9481a3f
Parents: d7619b4
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:31:06 2017 +0930

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1f39b517/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");
   }