]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test1368
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test1368
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 -J
7 </keywords>
8 </info>
9
10 #
11 <reply>
12 <data nocheck="yes">
13 HTTP/1.1 200 OK
14 Date: Thu, 09 Nov 2010 14:49:00 GMT
15 Server: test-server/fake
16 Content-Length: 6
17 Connection: close
18 Content-Type: text/html
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 -J without Content-Disposition, -D file
32 </name>
33 <command option="no-output,no-include">
34 http://%HOSTIP:%HTTPPORT/1368 -J -o log/outfile1368 -D log/heads1368
35 </command>
36 <postcheck>
37 perl %SRCDIR/libtest/notexists.pl log/1368
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 /1368 HTTP/1.1\r
49 Host: %HOSTIP:%HTTPPORT\r
50 Accept: */*\r
51 \r
52 </protocol>
53
54 <file1 name="log/outfile1368" mode="text">
55 12345
56 </file1>
57
58 <file2 name="log/heads1368" mode="text">
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
66 </file2>
67
68 <file3 name="log/stdout1368" mode="text">
69 </file3>
70
71 </verify>
72 </testcase>