test1063 655 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. Range
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. none
  18. </server>
  19. <features>
  20. file
  21. large_file
  22. </features>
  23. <name>
  24. Invalid large X- range on a file://
  25. </name>
  26. # This range value is 2**32+7, which will be truncated to the valid value 7
  27. # if the large file support is not working correctly
  28. <command>
  29. -r 4294967303- file://localhost%FILE_PWD/log/test%TESTNUMBER.txt
  30. </command>
  31. <file name="log/test%TESTNUMBER.txt">
  32. 1234567890
  33. 1234567890
  34. </file>
  35. </client>
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <errorcode>
  39. 36
  40. </errorcode>
  41. </verify>
  42. </testcase>