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