- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 17 Jul 2007 14:06:32 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4860
Summary: Errors in recently added tests
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
This affects recent additions to the CVS version.
K2-SeqExprCast-459 tests that xs:time("11:11:11") is an invalid lexical value,
but I cannot see how this value is invalid.
K2-SeqExprCastable-8 tests that "http:\\invalid>URI\someURI" is an invalid URI.
This is clearly an invalid http URI, however the spec does not require these
extra scheme-specific checks to be made, and as per the requirements for
minimal conformance this URI is in fact valid.
K2-ComputeConAttr-60 wants an error XQDY0091, however XQDY0092 seems to be the
correct error code in this case.
K2-Axes-103 refers to (and uses) $fileToOpen a variable that has not been
defined, although does not expect an error.
Received on Tuesday, 17 July 2007 14:06:47 UTC