Skip to content

Commit cec8da2

Browse files
committed
[bugfix] Correct test result from when fn:doc-available was made more spec compliant in 3ac3745
1 parent 4d130f5 commit cec8da2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function fnt:doc-available-remote($uri as xs:string) {
9191

9292
declare
9393
%test:args("\adamretter")
94-
%test:assertError("FODC0005")
94+
%test:assertFalse
9595
function fnt:doc-available-invalid-uri($uri as xs:string) {
9696
fn:doc-available($uri)
9797
};

0 commit comments

Comments
 (0)