<?xml version="1.0" encoding="utf-8"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
        xml:base="/ab-connection-016.xml"
        name="ab-connection-016.xml"
        expected="fail"
        code="err:XD0006">
   <t:info xmlns:err="http://www.w3.org/ns/xproc-error">
      <t:title>Connection 016</t:title>
      <t:revision-history>
         <t:revision>
            <t:date>2018-10-12</t:date>
            <t:author>
               <t:name>Achim Berndzen</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Fixing broken test (namespace removed)</p>
            </t:description>
         </t:revision>
         <t:revision>
            <t:date>2018-09-15T11:06:16+02:00</t:date>
            <t:author>
               <t:name>Achim Berndzen</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Some tests changed and new tests</p>
            </t:description>
         </t:revision>
      </t:revision-history>
   </t:info>
   <t:description xmlns="http://www.w3.org/1999/xhtml"
                  xmlns:err="http://www.w3.org/ns/xproc-error">
      <p>Tests that XD0006 is raised, if default binding for a non-sequence input port contains more than one document and no binding is supplied.</p>
   </t:description>
   <t:pipeline xmlns:err="http://www.w3.org/ns/xproc-error">
      <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
         <p:output port="result"/>
         <p:declare-step type="test:step">
            <p:output port="result" sequence="true"/>
            <p:input port="source">
               <p:document href="../documents/ab-doc.xml"/>
               <p:document href="../documents/ab-doc.xml"/>
            </p:input>
            <p:identity/>
         </p:declare-step>
         <test:step/>
      </p:declare-step>
   </t:pipeline>
</t:test>
