We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b84d5 commit 9578e05Copy full SHA for 9578e05
exist-core/src/test/xquery/fn.xql
@@ -163,9 +163,9 @@ function fnt:document-uri1_empty() {
163
};
164
165
declare
166
- %test:assertEquals("TRUE")
+ %test:assertTrue
167
function fnt:fn-document-uri-32() {
168
let $uri := "/db/fn-test/test.xml"
169
return
170
- fn:upper-case(fn:string(fn:contains((fn:doc($uri))/document-uri(),$uri)))
+ fn:contains(fn:doc($uri)/document-uri(), $uri)
171
0 commit comments