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 29720 - [QT3TS] eqname-020, 021, 022
Summary: [QT3TS] eqname-020, 021, 022
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: 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-07-07 15:14 UTC by Tim Mills
Modified: 2016-07-20 12:04 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2016-07-07 15:14:34 UTC
<test-case name="eqname-021">
      <description> EQName - allowed spaces in EQName, trailing spaces are collapsed, Bug 29708</description>
      <created by="Abel Braaksma" on="2016-06-27"/>
      <dependency type="spec" value="XP30+ XQ30+"/>
      <test>Q{http://www.w3.org/2005/xpath-functions/math   }pi()</test>
      <result>
         <assert-eq>pi()</assert-eq>
      </result>
   </test-case>

The assertion here isn't right - it should be math:pi().
Comment 1 Abel Braaksma 2016-07-07 15:43:39 UTC
Oops. @O'neil, can you do me the honors to change this?
Comment 2 Tim Mills 2016-07-07 15:56:21 UTC
eqname-029 is also affected.
Comment 3 O'Neil Delpratt 2016-07-19 15:29:04 UTC
Test cases fixed and committed to cvs.
Comment 4 Tim Mills 2016-07-20 08:31:07 UTC
There's still a problem in eqname-020:

         <assert-eq>pi()</assert-eq>

should be

         <assert-eq>math:pi()</assert-eq>
Comment 5 Tim Mills 2016-07-20 08:44:24 UTC
...and also in EQName-022.
Comment 6 Tim Mills 2016-07-20 12:04:17 UTC
I've taken the liberty of fixing this.