Annotation of embedaddon/curl/tests/data/test1220, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: FILE
! 5: URL
! 6: </keywords>
! 7: </info>
! 8:
! 9: # Server-side
! 10: <reply>
! 11: <data>
! 12: </data>
! 13: </reply>
! 14:
! 15: # Client-side
! 16: <client>
! 17: <server>
! 18: file
! 19: </server>
! 20: <name>
! 21: file:// URLs with query string
! 22: </name>
! 23: <command option="no-include">
! 24: file://localhost%FILE_PWD/log/test1220.txt?a_query=foobar#afragment
! 25: </command>
! 26: <file name="log/test1220.txt">
! 27: contents in a single file
! 28: </file>
! 29: </client>
! 30:
! 31: # Verify data after the test has been "shot"
! 32: <verify>
! 33: <stdout>
! 34: contents in a single file
! 35: </stdout>
! 36: </verify>
! 37: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>