~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test559

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
lib559
 
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/lib559 check
 
20
</precheck>
 
21
 
 
22
<name>
 
23
internal hash create/add/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>