29 lines
374 B
Plaintext
29 lines
374 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
--fail
|
||
|
--fail-with-body
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
http
|
||
|
</server>
|
||
|
<name>
|
||
|
Error on both --fail-with-body and --fail
|
||
|
</name>
|
||
|
<command>
|
||
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail-with-body --fail
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<errorcode>
|
||
|
2
|
||
|
</errorcode>
|
||
|
</verify>
|
||
|
</testcase>
|