test41 420 B

1234567891011121314151617181920212223242526272829303132333435
  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. <features>
  15. Mime
  16. </features>
  17. <server>
  18. http
  19. </server>
  20. <name>
  21. HTTP formpost with missing file
  22. </name>
  23. <command>
  24. http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F moo=@boo
  25. </command>
  26. </client>
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <errorcode>
  30. 26
  31. </errorcode>
  32. </verify>
  33. </testcase>