Annotation of embedaddon/curl/tests/data/test1560, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: unittest
5: URL API
6: </keywords>
7: </info>
8:
9: #
10: # Client-side
11: <client>
12: <server>
13: none
14: </server>
15: <features>
16: file
17: https
18: http
19: pop3
20: smtp
21: imap
22: ldap
23: dict
24: ftp
25: ipv6
26: </features>
27: <name>
28: URL API
29: </name>
30: <tool>
31: lib1560
32: </tool>
33: </client>
34:
35: <verify>
36: <stdout>
37: we got [fe80::20c:29ff:fe9c:409b]
38: we got https://[::1]/hello.html
39: we got https://example.com/hello.html
40: we got https://[fe80::20c:29ff:fe9c:409b%25eth0]/hello.html
41: we got [fe80::20c:29ff:fe9c:409b]
42: we got eth0
43: we got https://[fe80::20c:29ff:fe9c:409b%25clown]/hello.html
44: success
45: </stdout>
46: </verify>
47: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>