mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
7071dd0162
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
38 lines
420 B
Plaintext
38 lines
420 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
multi
|
|
FAILURE
|
|
non-existing host
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
multi interface get with non-existing host name
|
|
</name>
|
|
<tool>
|
|
lib507
|
|
</tool>
|
|
<command>
|
|
http://non-existing-host.haxx.se/
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
6
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|