mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
33bea767eb
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
34 lines
398 B
Plaintext
34 lines
398 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FAILURE
|
|
multiple HTTP requests
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
use curl with multiple request methods
|
|
</name>
|
|
<command>
|
|
-I -d FOOO -F moo=moo localhost
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
2
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|