test1247 478 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. --fail-early
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. http
  19. </server>
  20. <name>
  21. --fail-early
  22. </name>
  23. <command>
  24. --fail-early h1234://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. # Protocol "h1234" not supported or disabled in libcurl
  31. <errorcode>
  32. 1
  33. </errorcode>
  34. </verify>
  35. </testcase>