2
0

test557 635 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. #
  3. # Server-side
  4. <reply>
  5. </reply>
  6. # Client-side
  7. <client>
  8. <server>
  9. none
  10. </server>
  11. # tool is what to use instead of 'curl'
  12. <tool>
  13. lib557
  14. </tool>
  15. <name>
  16. curl_mprintf() testing
  17. </name>
  18. <command>
  19. nothing
  20. </command>
  21. </client>
  22. #
  23. # Verify data after the test has been "shot"
  24. <verify>
  25. <stdout mode="text">
  26. All curl_mprintf() unsigned short tests OK!
  27. All curl_mprintf() signed short tests OK!
  28. All curl_mprintf() unsigned int tests OK!
  29. All curl_mprintf() signed int tests OK!
  30. All curl_mprintf() unsigned long tests OK!
  31. All curl_mprintf() signed long tests OK!
  32. All curl_mprintf() curl_off_t tests OK!
  33. </stdout>
  34. </verify>
  35. </testcase>