Annotation of embedaddon/curl/tests/data/test1084, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTP
5: HTTP GET
6: --interface
7: FAILURE
8: non-existing host
9: </keywords>
10: </info>
11:
12: #
13: # Server-side
14: <reply>
15: </reply>
16:
17: #
18: # Client-side
19: <client>
20: <features>
21: http
22: </features>
23: <server>
24: none
25: </server>
26: <name>
27: HTTP GET with invalid --interface
28: </name>
29: <command>
30: http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se.
31: </command>
32: </client>
33:
34: #
35: # Verify data after the test has been "shot"
36: <verify>
37: <errorcode>
38: 45
39: </errorcode>
40: </verify>
41: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>