test1462 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <testcase>
  2. <info>
  3. <keywords>
  4. --help
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. <name>
  18. curl invalid category --help
  19. </name>
  20. <command>
  21. --help sdfafdsfadsfsd
  22. </command>
  23. </client>
  24. #
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <errorcode>
  28. 0
  29. </errorcode>
  30. <stdout mode="text">
  31. Usage: curl [options...] <url>
  32. Invalid category provided, here is a list of all categories:
  33. auth Different types of authentication methods
  34. connection Low level networking operations
  35. curl The command line tool itself
  36. dns General DNS options
  37. file FILE protocol options
  38. ftp FTP protocol options
  39. http HTTP and HTTPS protocol options
  40. imap IMAP protocol options
  41. misc Options that don't fit into any other category
  42. output Filesystem output
  43. pop3 POP3 protocol options
  44. post HTTP Post specific options
  45. proxy All options related to proxies
  46. scp SCP protocol options
  47. sftp SFTP protocol options
  48. smtp SMTP protocol options
  49. ssh SSH protocol options
  50. telnet TELNET protocol options
  51. tftp TFTP protocol options
  52. tls All TLS/SSL related options
  53. upload All options for uploads
  54. verbose Options related to any kind of command line output of curl
  55. </stdout>
  56. </verify>
  57. </testcase>