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 14875 - [QT3TS] format-date-808err
Summary: [QT3TS] format-date-808err
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Member-only Editors Drafts
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: 2011-11-18 14:48 UTC by Tim Mills
Modified: 2012-05-22 16:48 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2011-11-18 14:48:26 UTC
This test depends on XSLT, but also appears to be confused about whether the expected error should be XTDE1340 or XTDE1350.  I believe XTDE1340 is correct.

 <test-case name="format-date-808err">
      <description>Error XTDE1340 incorrect picture string</description>
      <created by="Anders Berglund" on="2011-07-01"/>
      <test>format-date(current-date(), '[bla]', 'en', (), ())</test>
      <result>
         <error code="XTDE1350"/>
      </result>
   </test-case>
Comment 1 Tim Mills 2011-11-21 17:23:37 UTC
format-time-809err has a related problem:

   <test-case name="format-time-809err">
      <description>Error XTDE1350 component in picture string not available in value</description>
      <created by="Anders Berglund" on="2011-07-01"/>
      <test>format-time(current-time(), '[Y]', 'en', (), ())</test>
      <result>
         <error code="XTDE1340"/>
      </result>
   </test-case>

and format-time-817err should expect an XTDE1340/FOFD1340 and not XTDE1350.
Comment 2 O'Neil Delpratt 2012-05-22 14:29:22 UTC
I agree. tests have been corrected and committed to cvs
Comment 3 Tim Mills 2012-05-22 16:48:06 UTC
Confirmed fixed.