test509 477 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. memory callbacks
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. none
  15. </server>
  16. <features>
  17. http
  18. </features>
  19. # tool is what to use instead of 'curl'
  20. <tool>
  21. lib%TESTNUMBER
  22. </tool>
  23. <name>
  24. initialization with memory callbacks and actual usage
  25. </name>
  26. <command>
  27. nothing
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <stdout>
  34. Callbacks were invoked!
  35. </stdout>
  36. </verify>
  37. </testcase>