http-request-078 (AB)

Tests p:http-request: 401 response should raises an error with default @assert

Test ab-http-request-078.xml is expected to fail with error code err:XC0126.

It requires the following features: p:http-request.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
   <p:output port="result"/>
   <p:http-request method="get" href="http://localhost:8246/docs/basic-auth/" parameters="map{'status-only': true()}">
      <p:with-input>
         <p:empty/>
      </p:with-input>
   </p:http-request>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

15 Jan 2020, Achim Berndzen

Added new tests for p:http-request.