mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05:00
53151db167
Patches over email very easily lose CRLF line endings in files otherwise LF-only so I had to put them back where needed.
42 lines
492 B
Plaintext
42 lines
492 B
Plaintext
# Gopher IPv6 connectivity test
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
GOPHER-ipv6
|
|
IPv6
|
|
INDEX
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<datacheck>
|
|
iMenu results error.host 1
|
|
0Selector /bar bar.foo.invalid 70
|
|
.
|
|
</datacheck>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
gopher-ipv6
|
|
</server>
|
|
<name>
|
|
Gopher IPv6 index
|
|
</name>
|
|
<command>
|
|
-g "gopher://%HOSTIP:%GOPHER6PORT"
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|