Git init
[external/curl.git] / tests / data / test558
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 lib558
15 </tool>
16 # precheck is a command line to run before the test,
17 # to see if we can execute the test or not
18 <precheck>
19 ./libtest/lib558 check
20 </precheck>
21
22 <name>
23 internal hash create/destroy testing
24 </name>
25 <command>
26 nothing
27 </command>
28 </client>
29
30 #
31 # Verify data after the test has been "shot"
32 <verify>
33 <stdout mode="text">
34 easy handle init OK
35 creating hash...
36 hash creation OK
37 destroying hash...
38 hash destruction OK
39 destroying easy handle...
40 easy handle destruction OK
41 </stdout>
42 </verify>
43
44 </testcase>