marklogic-community / marklogic-unit-test

Automated testing for MarkLogic
https://marklogic-community.github.io/marklogic-unit-test/
Other
13 stars 25 forks source link

Documentation shows incorrect namespace for import #154

Closed dmcassel closed 1 year ago

dmcassel commented 1 year ago

The Testing With XQuery page show this for import:

import module namespace test="http://marklogic.com/roxy/test-helper" at "/test/test-helper.xqy";

Should be:

import module namespace test="http://marklogic.com/test" at "/test/test-helper.xqy";