aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1063
blob: de2085d3ec053055ad715ca3febd56b789c0f7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<testcase>
<info>
<keywords>
FILE
Range
FAILURE
</keywords>
</info>

# Server-side
<reply>
<data>
</data>
</reply>

# Client-side
<client>
<server>
none
</server>
<features>
file
large_file
</features>
 <name>
Invalid large X- range on a file://
 </name>
# This range value is 2**32+7, which will be truncated to the valid value 7
# if the large file support is not working correctly
 <command>
-r 4294967303- file://localhost%FILE_PWD/log/test1063.txt 
</command>
<file name="log/test1063.txt">
1234567890
1234567890
</file>
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
36
</errorcode>
</verify>
</testcase>