1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- ICY 200 OK
- Content-Length: 7
- MooMoo
- </data>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- </server>
- <features>
- !hyper
- </features>
- <name>
- CURLOPT_HTTP200ALIASES
- </name>
- <tool>
- lib%TESTNUMBER
- </tool>
- <command>
- http://%HOSTIP:%HTTPPORT/%TESTNUMBER
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 0
- </errorcode>
- </verify>
- </testcase>
|