SOLR-4952: ConvertedLegacyTest shouldn't assuming an absolute score now that we are randomizing merge policy settings, term stats may fluctuate

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1511044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2013-08-06 17:23:52 +00:00
parent e375cfa331
commit 8256f80523
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ public class ConvertedLegacyTest extends SolrTestCaseJ4 {
"standard", 0, 10, args); "standard", 0, 10, args);
assertQ(req assertQ(req
,"//str[.='Yonik']" ,"//str[.='Yonik']"
,"//float[.='2.9459102']" ,"//float[@name='score' and . > 0]"
); );
// test addition of score field // test addition of score field