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 29652 - UseCaseR31-031 test assertion expects incorrect whitespace
Summary: UseCaseR31-031 test assertion expects incorrect whitespace
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC All
: 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: 2016-05-19 15:22 UTC by Josh Spiegel
Modified: 2016-06-07 14:22 UTC (History)
0 users

See Also:


Attachments

Description Josh Spiegel 2016-05-19 15:22:10 UTC
UseCaseR31-031 uses <assert-xml> to compare the resulting serialization.  Test drivers may implement assert-xml using fn:deep-equal which, in this case, would be sensitive to the whitespace in the expected result.  The actual serialization would not have this same whitespace.

This test assertion should be updated in a way that it is not sensitive to whitespace or it should be updated to expect the correct whitespace.
Comment 1 O'Neil Delpratt 2016-06-07 14:22:50 UTC
Bug fixed in cvs