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