Skip to content

Commit 032ddff

Browse files
authored
Merge pull request #5497 from evolvedbinary/hotfix/fix-range-tests
Fix failing Range Index test after merge of eXist-db/exist#4910
2 parents 02c03d1 + e901b78 commit 032ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/indexes/range/src/test/xquery/range/optimizer.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ function ot:optimize-matches-field($city as xs:string) {
474474
declare
475475
%test:stats
476476
%test:args("[rR]üssel.*")
477-
%test:assertXPath("$result//stats:index[@type = 'new-range'][@optimization = 1]")
477+
%test:assertXPath("$result//stats:index[@type eq 'new-range'][@optimization-level eq 'BASIC']")
478478
function ot:matches-field-filtered($city as xs:string) {
479479
let $address := collection($ot:COLLECTION)//address
480480
return

0 commit comments

Comments
 (0)