[Bug 27970] New: [QT3TS] fn-nilled-48

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

            Bug ID: 27970
           Summary: [QT3TS] fn-nilled-48
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          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

Unless I'm mistaken, the query for test


   <test-case name="fn-nilled-48">
      <description> If node is nilled, it does not match element(E,
T)</description>
      <created by="Michael Kay" on="2012-10-17"/>
      <environment ref="nillable-Q"/>
      <dependency type="spec" value="XQ10+"/>
      <dependency type="feature" value="schemaImport"/>
      <test>
        import schema namespace ids="http://www.w3.org/XQueryTest/nillable";
          /root/branch/date instance of element(*, ids:date)
      </test>
      <result>
         <assert-false/>
      </result>
   </test-case>

isn't testing the intent of the test.  

/root will match the empty sequence.

It should be

/ids:root

etc.

as in fn-nilled-41.

I suspect other tests in this set have a similar problem.

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

Received on Thursday, 5 February 2015 16:08:14 UTC