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

« back to all changes in this revision

Viewing changes to tests/data/test1085

  • 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
IPv6
 
8
FAILURE
 
9
</keywords>
 
10
</info>
 
11
 
 
12
#
 
13
# Server-side
 
14
<reply>
 
15
</reply>
 
16
 
 
17
#
 
18
# Client-side
 
19
<client>
 
20
<features>
 
21
http
 
22
ipv6
 
23
</features>
 
24
<server>
 
25
none
 
26
</server>
 
27
 <name>
 
28
HTTP-IPv6 GET with invalid --interface
 
29
 </name>
 
30
 <command>
 
31
-g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
 
32
</command>
 
33
# Ensure the IPv6 stack is operational before running this test (other tests
 
34
# use the startup of the IPv6 test server as a substitute check for this).
 
35
<precheck>
 
36
./server/resolve --ipv6 ::1
 
37
</precheck>
 
38
</client>
 
39
 
 
40
#
 
41
# Verify data after the test has been "shot"
 
42
<verify>
 
43
<errorcode>
 
44
7
 
45
</errorcode>
 
46
</verify>
 
47
</testcase>