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 22327 - expected result for 'Catalog011' in 'app-CatalogCheck' is wrong
Summary: expected result for 'Catalog011' in 'app-CatalogCheck' is wrong
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-11 14:16 UTC by Sorin Nasoi
Modified: 2013-06-21 12:12 UTC (History)
1 user (show)

See Also:


Attachments

Description Sorin Nasoi 2013-06-11 14:16:51 UTC
Expected result:
'<root><out change="fn-collection" tests="2"></out>
       <out change="html-output" tests="0"></out>
       <out change="xml-xhtml-output" tests="0"></out>
</root>'

should be updated to:
'<root><out change="fn-collection" tests="2"></out>
       <out change="xml-xhtml-output" tests="0"></out></root>'
 is different from the expected result 

due to the fact that in the meantime there were test-cases added for "html-output" ...
Comment 1 Michael Kay 2013-06-13 15:37:56 UTC
Fixed as suggested
Comment 2 Sorin Nasoi 2013-06-19 11:49:18 UTC
The current result of the query is

<r xmlns="">
 <out change="require-and-prohibit-feature" tests="0"/>
 <out change="fn-collection" tests="2"/>
 <out change="xml-xhtml-output" tests="0"/>
</r>

Expected result should be corrected or the test-case changed.
Comment 3 O'Neil Delpratt 2013-06-21 12:12:58 UTC
Bug fixed. The fix required here was to remove 'require-and-prohibit-feature' from the changes.xml file.