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