<?xml-stylesheet type="text/xsl" href="/style/testcase.xsl"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite"
        xmlns:p="http://www.w3.org/ns/xproc"
        xmlns:c="http://www.w3.org/ns/xproc-step"
        xmlns:err="http://www.w3.org/ns/xproc-error"
        error="err:XC0002">

  <t:title>Test err:XC0002 #001</t:title>

  <t:pipeline>
    <p:declare-step version='1.0'>
      <p:http-request>
        <p:input port="source">
          <p:inline>
            <c:request method="POST" href="http://tests.xproc.org/service/check-multipart">
              <c:multipart boundary="--carrot" content-type="multipart/mixed">
                <c:body content-type="text/plain">foo</c:body>
              </c:multipart>
            </c:request>
          </p:inline>
        </p:input>
      </p:http-request>
      <p:sink/>
    </p:declare-step>
  </t:pipeline>

</t:test>

