curl/tests/data/test507

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
428 B
Plaintext
Raw Normal View History

<testcase>
<info>
<keywords>
HTTP
multi
FAILURE
non-existing host
</keywords>
</info>
2003-08-19 17:36:47 +08:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
multi interface get with non-existing host name
</name>
<tool>
lib%TESTNUMBER
2003-08-19 17:36:47 +08:00
</tool>
<command>
2008-12-30 23:33:09 +08:00
http://non-existing-host.haxx.se/
2003-08-19 17:36:47 +08:00
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
6
</errorcode>
</verify>
</testcase>