test3030 (607B)
1 <testcase> 2 <info> 3 <keywords> 4 HTTP 5 </keywords> 6 </info> 7 8 <reply> 9 <data> 10 HTTP/1.1 200 OK 11 Date: Tue, 09 Nov 2010 14:49:00 GMT 12 Content-Length: 6 13 14 -foo- 15 </data> 16 </reply> 17 18 <client> 19 <server> 20 http 21 </server> 22 <name> 23 HTTP with multiple transfers in one -D 24 </name> 25 <command> 26 -D %LOGDIR/heads%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER 27 </command> 28 </client> 29 30 <verify> 31 <file name="%LOGDIR/heads%TESTNUMBER"> 32 HTTP/1.1 200 OK 33 Date: Tue, 09 Nov 2010 14:49:00 GMT 34 Content-Length: 6 35 36 HTTP/1.1 200 OK 37 Date: Tue, 09 Nov 2010 14:49:00 GMT 38 Content-Length: 6 39 40 </file> 41 </verify> 42 43 </testcase>