SOLR-15191: Fix EnumFieldTest

(9x/8x difference)
This commit is contained in:
Thomas Wöckinger 2021-03-03 21:39:29 -05:00 committed by David Smiley
parent c974b233e4
commit 8d62e2723a
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ public class EnumFieldTest extends SolrTestCaseJ4 {
"missing : true, exists : true, allBuckets : true, method : enum }}";
assertQ(req("fl", "" + FIELD_NAME, "q", FIELD_NAME + ":*", "json.facet", jsonFacetParam),
"//*[@name='facets']/int/text()=6",
"//*[@name='facets']/long/text()=6",
"//*[@name='allBuckets']/long/text()=6");
}
}