Skip to content

Commit 661323b

Browse files
committed
adjust test for orderBy clause to full collection path
1 parent 3e02ddc commit 661323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/xquery/xquery3/flwor.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function flwor:cleanup() {
4747
};
4848

4949
declare function flwor:test($name) {
50-
collection($flwor:COLLECTION_NAME)//place[placeName = $name]/string()
50+
collection($flwor:COLLECTION)//place[placeName = $name]/string()
5151
};
5252

5353

0 commit comments

Comments
 (0)