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 21107 - [XPROCTS] Test for err:XD0016 #001
Summary: [XPROCTS] Test for err:XD0016 #001
Status: NEW
Alias: None
Product: XML Processing Model
Classification: Unclassified
Component: Pipeline language (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Norman Walsh
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 14:29 UTC by Tim Mills
Modified: 2013-02-25 14:32 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2013-02-25 14:29:03 UTC
This test expects an error to be raised when evaluating the input port "source".  However, since the result is input to a p:sink, it need never be evaluated.

      <p:sink>
        <p:input port="source" select="//para/text()">
          <p:inline>
            <doc>
              <para>some text</para>
            </doc>
          </p:inline>
        </p:input>
      </p:sink>
Comment 1 Tim Mills 2013-02-25 14:32:09 UTC
There is a similar problem in "Test for err:XD0016 #002".