- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 27 Aug 2008 08:21:49 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5995
Summary: CVS: valid URIs in fn-doc-1 etc.
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: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The URIs in the following queries are all valid.
fn-doc-1
fn-doc-17
K2-SeqDocFunc-7
K2-SeqDocFunc-8
K2-SeqDocFunc-9
I suggest using the URI '%gg' (which is definitely invalid, since '%' does not
get escaped) to match the intended meaning of the tests.
K2-SeqDocFunc-7, 8 and 9 have in its comments:
"A windows file path is an invalid URI to fn:doc()"
however, the URIs are perfectly valid (after escaping). The first two are
interpreted as relative URIs, while the latter is a URI wtih scheme 'C'.
I expect that implementations currently passing the test by raising FODC0005
must be doing so because they spot that no mapping is provided for the supplied
string in the dynamic contest "Available documents".
--
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 Wednesday, 27 August 2008 08:22:22 UTC