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

« back to all changes in this revision

Viewing changes to tests/data/test1063

  • 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
FILE
 
5
Range
 
6
FAILURE
 
7
</keywords>
 
8
</info>
 
9
 
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
</data>
 
14
</reply>
 
15
 
 
16
# Client-side
 
17
<client>
 
18
<server>
 
19
none
 
20
</server>
 
21
<features>
 
22
file
 
23
large_file
 
24
</features>
 
25
 <name>
 
26
Invalid large X- range on a file://
 
27
 </name>
 
28
# This range value is 2**32+7, which will be truncated to the valid value 7
 
29
# if the large file support is not working correctly
 
30
 <command>
 
31
-r 4294967303- file://localhost/%PWD/log/test1063.txt 
 
32
</command>
 
33
<file name="log/test1063.txt">
 
34
1234567890
 
35
1234567890
 
36
</file>
 
37
</client>
 
38
 
 
39
# Verify data after the test has been "shot"
 
40
<verify>
 
41
<errorcode>
 
42
36
 
43
</errorcode>
 
44
<stdout>
 
45
</stdout>
 
46
</verify>
 
47
</testcase>