- From: <bugzilla@jessica.w3.org>
- Date: Fri, 30 Sep 2011 10:43:00 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14341
Summary: [QT3] combined-errors-1 missing files
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: benjie.nguyen@gmail.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The modules required for this test don't appear to be checked in.
<test-case name="combined-errors-1">
<description> Evaluates simple module import to generate error code if
feature not supported. </description>
<created by="Carmelo Montanez" on="2006-06-06"/>
<module uri="http://www.w3.org/TestModules/defs"
file="CombinedErrorCodes/moduleDefs-lib.xq"/>
<module uri="http://www.w3.org/TestModules/test1"
file="CombinedErrorCodes/test1-lib.xq"/>
<test>import module namespace defs="http://www.w3.org/TestModules/defs";
"ABC"</test>
<result>
<any-of>
<assert-string-value>ABC</assert-string-value>
<error code="XQST0016"/>
</any-of>
</result>
</test-case>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 30 September 2011 10:43:04 UTC