test1063 656 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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/%PWD/log/test1063.txt
  30. </command>
  31. <file name="log/test1063.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. <stdout>
  42. </stdout>
  43. </verify>
  44. </testcase>