SOLR-7553: tests - fix QueryEqualityTest

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1679897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2015-05-17 20:57:23 +00:00
parent b1b8169c91
commit e7833fb40b
1 changed files with 1 additions and 0 deletions

View File

@ -955,6 +955,7 @@ public class QueryEqualityTest extends SolrTestCaseJ4 {
assertFuncEquals("agg_sum(foo_i)", "agg_sum(foo_i)");
assertFuncEquals("agg_count()", "agg_count()");
assertFuncEquals("agg_unique(foo_i)", "agg_unique(foo_i)");
assertFuncEquals("agg_hll(foo_i)", "agg_hll(foo_i)");
assertFuncEquals("agg_sumsq(foo_i)", "agg_sumsq(foo_i)");
assertFuncEquals("agg_percentile(foo_i,50)", "agg_percentile(foo_i,50)");
// assertFuncEquals("agg_stdev(foo_i)", "agg_stdev(foo_i)");