Imported Upstream version 7.40.0
[platform/upstream/curl.git] / tests / data / test1374
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\r
13 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
14 Server: test-server/fake\r
15 Content-Length: 6\r
16 Connection: close\r
17 Content-Type: text/html\r
18 Content-Disposition: filename=name1374; charset=funny; option=strange\r
19 \r
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 -i and Content-Disposition, -D file
32 </name>
33 <command option="no-output,no-include">
34 http://%HOSTIP:%HTTPPORT/1374 -i -o log/outfile1374 -D log/heads1374
35 </command>
36 <postcheck>
37 perl %SRCDIR/libtest/notexists.pl log/1374 log/name1374
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 /1374 HTTP/1.1\r
49 Host: %HOSTIP:%HTTPPORT\r
50 Accept: */*\r
51 \r
52 </protocol>
53
54 <file1 name="log/outfile1374">
55 HTTP/1.1 200 OK\r
56 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
57 Server: test-server/fake\r
58 Content-Length: 6\r
59 Connection: close\r
60 Content-Type: text/html\r
61 Content-Disposition: filename=name1374; charset=funny; option=strange\r
62 \r
63 12345
64 </file1>
65
66 <file2 name="log/heads1374">
67 HTTP/1.1 200 OK\r
68 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
69 Server: test-server/fake\r
70 Content-Length: 6\r
71 Connection: close\r
72 Content-Type: text/html\r
73 Content-Disposition: filename=name1374; charset=funny; option=strange\r
74 \r
75 </file2>
76
77 <file3 name="log/stdout1374">
78 </file3>
79
80 </verify>
81 </testcase>