[Bug 29561] New: [XQ3TS] fn-adjust-dateTime-to-timezone-24

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29561

            Bug ID: 29561
           Summary: [XQ3TS] fn-adjust-dateTime-to-timezone-24
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

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>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 7 April 2016 07:26:54 UTC