summaryrefslogtreecommitdiff
path: root/tests/data/test349
blob: 472a4dc4896e92d7a73c3cdd54a568f76ed09a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<testcase>
<info>
<keywords>
HTTP
HTTP GET
--fail-with-body
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.0 404 BAD BOY swsclose
Content-Type: text/html

This silly page doesn't reaaaaaly exist so you should not get it.
</data>
</reply>

# Client-side
<client>
<server>
http
</server>
 <name>
HTTP GET --fail-with-body on HTTP error return
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/349 --fail-with-body
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<protocol>
GET /349 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*

</protocol>
<errorcode>
22
</errorcode>
</verify>
</testcase>