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 29561 - [XQ3TS] fn-adjust-dateTime-to-timezone-24
Summary: [XQ3TS] fn-adjust-dateTime-to-timezone-24
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-04-07 07:26 UTC by Tim Mills
Modified: 2016-04-07 08:33 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2016-04-07 07:26:50 UTC
This rest is 

  <test-case name="fn-adjust-dateTime-to-timezone-24">
      <description>First argument is dynamically empty</description>
      <created by="Michael Kay" on="2016-04-06"/>
      <test>fn:adjust-date-to-timezone(current-dateTime()[. lt xs:dateTime('2000-01-01T12:00:00Z')])</test>
      <result>
         <assert-empty/>
      </result>
   </test-case>

but should be

<test>fn:adjust-dateTime-to-timezone(current-dateTime()[. lt xs:dateTime('2000-01-01T12:00:00Z')])</test>
Comment 1 Michael Kay 2016-04-07 08:02:45 UTC
Thanks, fixed.
Comment 2 Tim Mills 2016-04-07 08:33:08 UTC
Confirmed fixed.  Thanks.