2
0

test3025 471 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. ICY 200 OK
  13. Content-Length: 7
  14. MooMoo
  15. </data>
  16. </reply>
  17. #
  18. # Client-side
  19. <client>
  20. <server>
  21. http
  22. </server>
  23. <features>
  24. !hyper
  25. </features>
  26. <name>
  27. CURLOPT_HTTP200ALIASES
  28. </name>
  29. <tool>
  30. lib%TESTNUMBER
  31. </tool>
  32. <command>
  33. http://%HOSTIP:%HTTPPORT/%TESTNUMBER
  34. </command>
  35. </client>
  36. #
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. <errorcode>
  40. 0
  41. </errorcode>
  42. </verify>
  43. </testcase>