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