test41 319 B

123456789101112131415161718192021222324
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. http
  8. </server>
  9. <name>
  10. HTTP formpost with missing file
  11. </name>
  12. <command>
  13. http://%HOSTIP:%HOSTPORT/want/41 -F moo=@boo
  14. </command>
  15. </test>
  16. # Verify data after the test has been "shot"
  17. <verify>
  18. <errorcode>
  19. 26
  20. </errorcode>
  21. </verify>