Skip to content

Commit 9578e05

Browse files
authored
Update fn.xql
1 parent 16b84d5 commit 9578e05

File tree

1 file changed

+2
-2
lines changed
  • exist-core/src/test/xquery

1 file changed

+2
-2
lines changed

exist-core/src/test/xquery/fn.xql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ function fnt:document-uri1_empty() {
163163
};
164164

165165
declare
166-
%test:assertEquals("TRUE")
166+
%test:assertTrue
167167
function fnt:fn-document-uri-32() {
168168
let $uri := "/db/fn-test/test.xml"
169169
return
170-
fn:upper-case(fn:string(fn:contains((fn:doc($uri))/document-uri(),$uri)))
170+
fn:contains(fn:doc($uri)/document-uri(), $uri)
171171
};

0 commit comments

Comments
 (0)