]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/tests/data/test528
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / tests / data / test528
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 multi
7 </keywords>
8 </info>
9
10 # Server-side
11 <reply>
12 <data>
13 HTTP/1.1 200 OK
14 Date: Thu, 09 Nov 2010 14:49:00 GMT
15 Server: test-server/fake
16 Content-Length: 47
17
18 file contents should appear once for each file
19 </data>
20 <datacheck>
21 file contents should appear once for each file
22 file contents should appear once for each file
23 file contents should appear once for each file
24 file contents should appear once for each file
25 </datacheck>
26 </reply>
27
28 # Client-side
29 <client>
30 <server>
31 http
32 </server>
33 <tool>
34 lib526
35 </tool>
36  <name>
37 HTTP GET same file using different handles but same connection
38  </name>
39  <command>
40 http://%HOSTIP:%HTTPPORT/path/528
41 </command>
42 </client>
43
44 # Verify data after the test has been "shot"
45 <verify>
46 <protocol>
47 GET /path/528 HTTP/1.1\r
48 Host: %HOSTIP:%HTTPPORT\r
49 Accept: */*\r
50 \r
51 GET /path/528 HTTP/1.1\r
52 Host: %HOSTIP:%HTTPPORT\r
53 Accept: */*\r
54 \r
55 GET /path/528 HTTP/1.1\r
56 Host: %HOSTIP:%HTTPPORT\r
57 Accept: */*\r
58 \r
59 GET /path/528 HTTP/1.1\r
60 Host: %HOSTIP:%HTTPPORT\r
61 Accept: */*\r
62 \r
63 </protocol>
64 </verify>
65 </testcase>