sourcemod/extensions/curl/curl-src/tests/data/test20

37 lines
424 B
Plaintext
Raw Normal View History

2009-01-09 00:31:00 +01:00
<testcase>
<info>
<keywords>
non-existing host name
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
none
</server>
<features>
http
</features>
<name>
attempt connect to non-existing host name
</name>
<command>
non-existing-host.haxx.se.
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
6
</errorcode>
</verify>
</testcase>