[Bug 19630] [QT3TS] separate-modules-1 to 9

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19630

--- Comment #6 from O'Neil Delpratt <oneil@saxonica.com> ---
There is still a problem with separate-modules-2:

import module namespace module =
"http://www.w3.org/XQueryTest/RequireProhibitFeature";
declare option prohibit-feature "all-optional-features";
for $f in module:one() return 1

The expected result is reported to succeed if supported with
<assert-eq>1</assert-eq>. But surely this test should fail since
all-optional-features are prohibited and module has not been declared as a
required-feature.
I will make the change of replacing the expected result above with the error
code XQST0016.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 25 October 2012 10:44:39 UTC