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" nonexisting with file:// 18</name> 19<command option="no-include"> 20file://localhost/%FILE_PWD/%LOGDIR/nonexisting/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt 21</command> 22<file name="%LOGDIR/upload%TESTNUMBER.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