2
0

test557 750 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. printf
  5. unittest
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. # tool is what to use instead of 'curl'
  18. <tool>
  19. lib%TESTNUMBER
  20. </tool>
  21. <name>
  22. curl_mprintf() testing
  23. </name>
  24. <command>
  25. nothing
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <stdout>
  32. All curl_mprintf() unsigned short tests OK!
  33. All curl_mprintf() signed short tests OK!
  34. All curl_mprintf() unsigned int tests OK!
  35. All curl_mprintf() signed int tests OK!
  36. All curl_mprintf() unsigned long tests OK!
  37. All curl_mprintf() signed long tests OK!
  38. All curl_mprintf() curl_off_t tests OK!
  39. All curl_mprintf() strings tests OK!
  40. All float strings tests OK!
  41. </stdout>
  42. </verify>
  43. </testcase>