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

38 lines
420 B
Plaintext
Raw Normal View History

2009-01-09 00:31:00 +01:00
<testcase>
2013-03-17 23:23:20 +01:00
<info>
<keywords>
HTTP
multi
FAILURE
non-existing host
</keywords>
</info>
2009-01-09 00:31:00 +01:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
multi interface get with non-existing host name
</name>
<tool>
lib507
</tool>
<command>
2013-03-17 23:23:20 +01:00
http://non-existing-host.haxx.se/
2009-01-09 00:31:00 +01:00
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
6
</errorcode>
</verify>
</testcase>