You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2018/08/13 22:43:34 UTC

lucene-solr:master: SOLR-12660: Fix TestLang

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9d57963f4 -> baf3b8f20


SOLR-12660: Fix TestLang


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

Branch: refs/heads/master
Commit: baf3b8f20c3088f145949b77bc1118db0b87bb17
Parents: 9d57963
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Aug 13 18:43:16 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Aug 13 18:43:16 2018 -0400

----------------------------------------------------------------------
 solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/baf3b8f2/solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java b/solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java
index 1bbf032..c615bcb 100644
--- a/solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java
+++ b/solr/solrj/src/test/org/apache/solr/client/solrj/io/TestLang.java
@@ -69,7 +69,8 @@ public class TestLang extends LuceneTestCase {
        TemporalEvaluatorDayOfQuarter.FUNCTION_NAME, "abs", "add", "div", "mult", "sub", "log", "pow",
       "mod", "ceil", "floor", "sin", "asin", "sinh", "cos", "acos", "cosh", "tan", "atan", "tanh", "round", "sqrt",
       "cbrt", "coalesce", "uuid", "if", "convert", "valueAt", "memset", "fft", "ifft", "euclidean","manhattan",
-      "earthMovers", "canberra", "chebyshev", "ones", "zeros", "setValue", "getValue", "knnRegress", "gaussfit"};
+      "earthMovers", "canberra", "chebyshev", "ones", "zeros", "setValue", "getValue", "knnRegress", "gaussfit",
+      "outliers"};
 
   @Test
   public void testLang() {