Comment 0 for bug 1160015

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote : FOTS: module URL:resolver bug (at least 7 failures)

The XQXQ:URL resolver probably compares the URI's as xs:string instead of uri-literals(http://www.w3.org/TR/xquery-30/#id-uri-literals)

See for instance "module-URIs-1" test case in the "prod-ModuleImport" test set:
The mapping of the URI
'http://www.w3.org/TestModules/test'
is not matched to the URI
' http://www.w3.org/TestModules/test '
from the actual test probably because they are compared as xs:string not as xs:anyURI.

See log for 7 of the failures in "prod-ModuleImport" test set:
"module-URIs-1,module-URIs-12,module-URIs-17,module-URIs-18,module-URIs-19,module-URIs-2,module-URIs-3"