This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 3822 - Static typing of tests using fn:QName
Summary: Static typing of tests using fn:QName
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 1.0.1
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 12:50 UTC by Nick Jones
Modified: 2007-09-20 09:46 UTC (History)
0 users

See Also:


Attachments

Description Nick Jones 2006-10-13 12:50:45 UTC
The following tests call

fn:QName($paramURI as xs:string?, $paramQName as xs:string) as xs:QName

with the second arguement, $paramQName, created by

xs:string($arg as xs:anyAtomicType?) as xs:string?

This can cause a static typing exception.

LocalNameFromQNameFunc002
LocalNameFromQNameFunc004
LocalNameFromQNameFunc005
NamespaceURIFromQNameFunc005
Comment 1 Frans Englich 2006-12-13 08:40:24 UTC
Mike Rorke has written these tests.
Comment 2 Nick Jones 2006-12-14 17:13:15 UTC
LocalNameFromQNameFunc001
LocalNameFromQNameFunc003
LocalNameFromQNameFunc018
LocalNameFromQNameFunc019
LocalNameFromQNameFunc020
NamespaceURIFromQNameFunc001
NamespaceURIFromQNameFunc002
NamespaceURIFromQNameFunc003
NamespaceURIFromQNameFunc004
NamespaceURIFromQNameFunc005
NamespaceURIFromQNameFunc018

should have the same problem. Not too sure why we missed this first time round.
NamespaceURIFromQNameFunc019
NamespaceURIFromQNameFunc020
Comment 3 Frans Englich 2007-09-14 09:34:50 UTC
A fix has been attempted in CVS, XQTS_current.zip is updated.

If the resolution is satisfactory, feel free to change status to CLOSED. Otherwise, reopen this report. If no feedback is returned within two weeks, status will be changed to CLOSED. Thanks for reporting!
Comment 4 Nick Jones 2007-09-20 09:46:35 UTC
Thanks.