mirror of https://github.com/apache/lucene.git
fix typo in stats test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
175f81950e
commit
be7ce2712d
|
@ -98,7 +98,7 @@ public class StatsComponentTest extends AbstractSolrTestCase {
|
|||
, "//long[@name='count'][.='3']"
|
||||
, "//long[@name='missing'][.='1']"
|
||||
, "//double[@name='sumOfSquares'][.='2100.0']"
|
||||
, "//double[@name='mean'][.='--23.333333333333332']"
|
||||
, "//double[@name='mean'][.='-23.333333333333332']"
|
||||
, "//double[@name='stddev'][.='15.275252316519467']"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue