Skip to content

Commit 91d1075

Browse files
committed
[ignore] adapt test
Since xqsuite.xql now exports an additional function the test checking for the number of exported functions failed. Was 7 and is now 8 (test:fail was added).
1 parent 89a32c8 commit 91d1075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/test/xquery/xquery3/load-xquery-module.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function lxm:import-wrong-version() {
9696
};
9797

9898
declare
99-
%test:assertEquals(7)
99+
%test:assertEquals(8)
100100
function lxm:import-from-classpath() {
101101
let $module := load-xquery-module("http://exist-db.org/xquery/xqsuite", map {
102102
"location-hints": "resource:org/exist/xquery/lib/xqsuite/xqsuite.xql"

0 commit comments

Comments
 (0)