Annotation of embedaddon/curl/tests/data/test1366, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTP
5: HTTP GET
6: </keywords>
7: </info>
8:
9: #
10: <reply>
11: <data nocheck="yes">
12: HTTP/1.1 200 OK
13: Date: Thu, 09 Nov 2010 14:49:00 GMT
14: Server: test-server/fake
15: Content-Length: 6
16: Connection: close
17: Content-Type: text/html
18: Content-Disposition: filename=name1366; charset=funny; option=strange
19:
20: 12345
21: </data>
22: </reply>
23:
24: #
25: # Client-side
26: <client>
27: <server>
28: http
29: </server>
30: <name>
31: HTTP GET -o fname and Content-Disposition, -D file
32: </name>
33: <command option="no-output,no-include">
34: http://%HOSTIP:%HTTPPORT/1366 -o log/outfile1366 -D log/heads1366
35: </command>
36: <postcheck>
37: perl %SRCDIR/libtest/notexists.pl log/1366 log/name1366
38: </postcheck>
39: </client>
40:
41: #
42: # Verify data after the test has been "shot"
43: <verify>
44: <strip>
45: ^User-Agent:.*
46: </strip>
47: <protocol>
48: GET /1366 HTTP/1.1
49: Host: %HOSTIP:%HTTPPORT
50: Accept: */*
51:
52: </protocol>
53:
54: <file1 name="log/outfile1366">
55: 12345
56: </file1>
57:
58: <file2 name="log/heads1366">
59: HTTP/1.1 200 OK
60: Date: Thu, 09 Nov 2010 14:49:00 GMT
61: Server: test-server/fake
62: Content-Length: 6
63: Connection: close
64: Content-Type: text/html
65: Content-Disposition: filename=name1366; charset=funny; option=strange
66:
67: </file2>
68:
69: <file3 name="log/stdout1366">
70: </file3>
71:
72: </verify>
73: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>