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

« back to all changes in this revision

Viewing changes to tests/data/test1084

  • 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
<info>
 
3
<keywords>
 
4
HTTP
 
5
HTTP GET
 
6
--interface
 
7
FAILURE
 
8
</keywords>
 
9
</info>
 
10
 
 
11
#
 
12
# Server-side
 
13
<reply>
 
14
</reply>
 
15
 
 
16
#
 
17
# Client-side
 
18
<client>
 
19
<features>
 
20
http
 
21
</features>
 
22
<server>
 
23
none
 
24
</server>
 
25
 <name>
 
26
HTTP GET with invalid --interface
 
27
 </name>
 
28
 <command>
 
29
http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se.
 
30
</command>
 
31
</client>
 
32
 
 
33
#
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<errorcode>
 
37
7
 
38
</errorcode>
 
39
</verify>
 
40
</testcase>