12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- </keywords>
- </info>
- #
- <reply>
- <data nocheck="yes">
- HTTP/1.1 200 OK
- Date: Thu, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake
- Content-Length: 6
- Connection: close
- Content-Type: text/html
- Content-Disposition: filename=name1377; charset=funny; option=strange
- 12345
- </data>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- </server>
- <name>
- HTTP GET -o fname -i and Content-Disposition, without -D
- </name>
- <command option="no-output,no-include">
- http://%HOSTIP:%HTTPPORT/1377 -i -o log/outfile1377
- </command>
- <postcheck>
- perl %SRCDIR/libtest/notexists.pl log/1377 log/name1377
- </postcheck>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <strip>
- ^User-Agent:.*
- </strip>
- <protocol>
- GET /1377 HTTP/1.1
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- </protocol>
- <file1 name="log/outfile1377">
- HTTP/1.1 200 OK
- Date: Thu, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake
- Content-Length: 6
- Connection: close
- Content-Type: text/html
- Content-Disposition: filename=name1377; charset=funny; option=strange
- 12345
- </file1>
- <file2 name="log/stdout1377">
- </file2>
- </verify>
- </testcase>
|