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