mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
e2b4df7b5e
This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
29 lines
377 B
Plaintext
29 lines
377 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>
|