test30 517 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. http
  18. </server>
  19. <name>
  20. HTTP with no data in server reply
  21. </name>
  22. <command>
  23. http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER
  24. </command>
  25. </client>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <protocol>
  29. GET /want/%TESTNUMBER HTTP/1.1
  30. Host: %HOSTIP:%HTTPPORT
  31. User-Agent: curl/%VERSION
  32. Accept: */*
  33. </protocol>
  34. <errorcode>
  35. 52
  36. </errorcode>
  37. </verify>
  38. </testcase>