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 22352 - CompElemConstructor.xml broken in rev 1.4
Summary: CompElemConstructor.xml broken in rev 1.4
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 15:41 UTC by Sorin Nasoi
Modified: 2013-06-13 16:26 UTC (History)
1 user (show)

See Also:


Attachments

Description Sorin Nasoi 2013-06-13 15:41:36 UTC
Revision 1.4:
"O'Neil: Bug fixes relating to issues #10695, 10697 and #11434 "
added an error in test-case "comp-elem-bad-name-1":

<test-case name="comp-elem-bad-name-1">
[...]
  <result>
    <error code="XQDY0096"/>
    <error code="XQDY0074"/>
  </result>
[..]
</test-case>

There is no <any-of> surrounding the 2 alternate error codes.
Comment 1 Michael Kay 2013-06-13 15:53:53 UTC
Fixed.
Comment 2 Sorin Nasoi 2013-06-13 15:56:20 UTC
same problem in "prod-ModuleImport" test-case "errata8-001".
rev 1.21
O'Neil: Bug fixes relating to issues #10695, 10697 and #11434 

<result>
 <error code="XQST0093"/><!-- XQuery 1.0 -->
 <error code="XQST0054"/><!-- XQuery 1.0 -->
</result>

<any-of> wrapper is missing.
Comment 3 Sorin Nasoi 2013-06-13 15:58:17 UTC
(In reply to comment #1)
> Fixed.
Sorry for not mentioning all errors from the start: I just found a new occurrence.

Thanks for the very quick response.
Comment 4 Sorin Nasoi 2013-06-13 16:00:53 UTC
(In reply to comment #2)
> same problem in "prod-ModuleImport" test-case "errata8-001".
> rev 1.21
> O'Neil: Bug fixes relating to issues #10695, 10697 and #11434 
> 
> <result>
>  <error code="XQST0093"/><!-- XQuery 1.0 -->
>  <error code="XQST0054"/><!-- XQuery 1.0 -->
> </result>
> 
> <any-of> wrapper is missing.

Also "PathExpr-10" in test set : "prod-PathExpr"
Comment 5 Michael Kay 2013-06-13 16:01:52 UTC
Already fixed. I think we're both working in the same area...
Comment 6 Sorin Nasoi 2013-06-13 16:26:23 UTC
(In reply to comment #5)
> Already fixed. I think we're both working in the same area...

I can now confirm that all related problems were fixed: I think this issue can be closed.