Annotation of embedaddon/curl/tests/data/test1146, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: FILE
! 5: --proto-default
! 6: </keywords>
! 7: </info>
! 8:
! 9: <reply>
! 10: <data>
! 11: foo
! 12: bar
! 13: bar
! 14: foo
! 15: moo
! 16: </data>
! 17: </reply>
! 18:
! 19: # Client-side
! 20: <client>
! 21: <server>
! 22: file
! 23: </server>
! 24: <name>
! 25: --proto-default file
! 26: </name>
! 27: <command option="no-include">
! 28: --proto-default file %PWD/log/test1146.txt
! 29: </command>
! 30: <file name="log/test1146.txt">
! 31: foo
! 32: bar
! 33: bar
! 34: foo
! 35: moo
! 36: </file>
! 37: </client>
! 38:
! 39: # Verify data after the test has been "shot"
! 40: <verify>
! 41: <errorcode>
! 42: 0
! 43: </errorcode>
! 44: </verify>
! 45: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>