1<testcase>
2<info>
3<keywords>
4FILE
5FAILURE
6</keywords>
7</info>
8
9# no Server-side
10
11# Client-side
12<client>
13<server>
14file
15</server>
16 <name>
17"upload" with file://
18 </name>
19 <command>
20file://localhost/%PWD/log/nonexisting/result205.txt -T log/upload205.txt
21</command>
22<file name="log/upload205.txt">
23data
24in
25file
26to
27write
28</file>
29</client>
30
31# Verify data after the test has been "shot"
32<verify>
33# 23 => CURLE_WRITE_ERROR
34<errorcode>
3523
36</errorcode>
37</verify>
38</testcase>
39