test41 386 B

1234567891011121314151617181920212223242526272829303132
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP FORMPOST
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. http
  16. </server>
  17. <name>
  18. HTTP formpost with missing file
  19. </name>
  20. <command>
  21. http://%HOSTIP:%HTTPPORT/want/41 -F moo=@boo
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <errorcode>
  27. 26
  28. </errorcode>
  29. </verify>
  30. </testcase>