<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>27970</bug_id>
          
          <creation_ts>2015-02-05 16:08:08 +0000</creation_ts>
          <short_desc>[QT3TS] fn-nilled-48</short_desc>
          <delta_ts>2015-02-19 12:29:35 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XPath / XQuery / XSLT</product>
          <component>XQuery 3 &amp; XPath 3 Test Suite</component>
          <version>Working drafts</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tim Mills">tim</reporter>
          <assigned_to name="O&apos;Neil Delpratt">oneil</assigned_to>
          <cc>andrew_coleman</cc>
    
    <cc>mike</cc>
          
          <qa_contact name="Mailing list for public feedback on specs from XSL and XML Query WGs">public-qt-comments</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>117712</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Mills">tim</who>
    <bug_when>2015-02-05 16:08:08 +0000</bug_when>
    <thetext>Unless I&apos;m mistaken, the query for test


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

isn&apos;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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>117810</commentid>
    <comment_count>1</comment_count>
    <who name="Andrew Coleman">andrew_coleman</who>
    <bug_when>2015-02-10 13:53:57 +0000</bug_when>
    <thetext>The WG agrees this is wrong.  Further investigation will be done to determine which other tests might be affected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>118026</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Kay">mike</who>
    <bug_when>2015-02-19 12:29:35 +0000</bug_when>
    <thetext>Fixed by adding the namespace prefixes. I examined the other tests using environment nillable-Q and this appears to be the only one affected.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>