123456789101112131415161718192021222324252627282930313233343536 |
- <testcase>
- <info>
- <keywords>
- FAILURE
- multiple HTTP requests
- </keywords>
- </info>
- # Server-side
- <reply>
- <data>
- </data>
- </reply>
- # Client-side
- <client>
- <features>
- Mime
- </features>
- <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>
|