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

« back to all changes in this revision

Viewing changes to tests/data/test1063

  • 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
<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>