~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test559

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 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>