[Bug 19466] New: [QT3TS] fn-adjust-dateTime-to-timezone-3, 4

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

          Priority: P2
            Bug ID: 19466
          Assignee: oneil@saxonica.com
           Summary: [QT3TS] fn-adjust-dateTime-to-timezone-3, 4
        QA Contact: public-qt-comments@w3.org
          Severity: normal
    Classification: Unclassified
                OS: Windows NT
          Reporter: tim@cbcl.co.uk
          Hardware: PC
            Status: NEW
           Version: Working drafts
         Component: XQuery 3 & XPath 3 Test Suite
           Product: XPath / XQuery / XSLT

A recent commit has changed the dependencies of tests
fn-adjust-dateTime-to-timezone-3 and 4.  Because the test uses a let
expression, they cannot be executed by an XP20 processor.

   <test-case name="fn-adjust-dateTime-to-timezone-3">
      <description>Test Description: Evaluates The
"adjust-dateTime-to-timezone" function as per example 3 (for this function) of
the F&amp;O specs. </description>
      <created by="Carmelo Montanez" on="2005-09-10"/>
      <environment ref="empty"/>
      <!--<dependency type="spec" value="XP30+ XQ30+"/>-->
      <test>let $tz := xs:dayTimeDuration("-PT10H") return
fn:adjust-dateTime-to-timezone(xs:dateTime("2002-03-07T10:00:00"), $tz)</test>
      <result>
         <assert-string-value>2002-03-07T10:00:00-10:00</assert-string-value>
      </result>
   </test-case>

   <test-case name="fn-adjust-dateTime-to-timezone-4">
      <description>Test Description: Evaluates The
"adjust-dateTime-to-timezone" function as per example 4 (for this function) of
the F&amp;O specs. </description>
      <created by="Carmelo Montanez" on="2005-09-10"/>
      <environment ref="empty"/>
      <!--<dependency type="spec" value="XP30+ XQ30+"/>-->
      <test>let $tz := xs:dayTimeDuration("-PT10H") return
fn:adjust-dateTime-to-timezone(xs:dateTime("2002-03-07T10:00:00-07:00"),
$tz)</test>
      <result>
         <assert-string-value>2002-03-07T07:00:00-10:00</assert-string-value>
      </result>

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

Received on Thursday, 11 October 2012 12:17:04 UTC