2
0

test205 413 B

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