12345678910111213141516171819202122232425262728 |
- <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>
|