test360 377 B

12345678910111213141516171819202122232425262728
  1. <testcase>
  2. <info>
  3. <keywords>
  4. --fail
  5. --fail-with-body
  6. </keywords>
  7. </info>
  8. # Client-side
  9. <client>
  10. <server>
  11. http
  12. </server>
  13. <name>
  14. Error on both --fail-with-body and --fail
  15. </name>
  16. <command>
  17. http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail-with-body --fail
  18. </command>
  19. </client>
  20. # Verify data after the test has been "shot"
  21. <verify>
  22. <errorcode>
  23. 2
  24. </errorcode>
  25. </verify>
  26. </testcase>