mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Added "non-existing host" test keywords to make it easy to skip those
tests on machines that have broken DNS configurations (such as those configured to use OpenDNS).
This commit is contained in:
parent
e61a687eda
commit
7071dd0162
5
CHANGES
5
CHANGES
@ -6,6 +6,11 @@
|
||||
|
||||
Changelog
|
||||
|
||||
Daniel Fandrich (20 May 2009)
|
||||
- Added "non-existing host" test keywords to make it easy to skip those
|
||||
tests on machines that have broken DNS configurations (such as
|
||||
those configured to use OpenDNS).
|
||||
|
||||
Daniel Stenberg (19 May 2009)
|
||||
- Kamil Dudka brought the patch from the Redhat bug entry
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing
|
||||
|
@ -5,6 +5,7 @@ HTTP
|
||||
HTTP GET
|
||||
--interface
|
||||
FAILURE
|
||||
non-existing host
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
@ -6,6 +6,7 @@ HTTP GET
|
||||
--interface
|
||||
IPv6
|
||||
FAILURE
|
||||
non-existing host
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
non-existing host name
|
||||
HTTP
|
||||
FAILURE
|
||||
non-existing host
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
|
@ -1,4 +1,13 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
multi
|
||||
FAILURE
|
||||
non-existing host
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
@ -5,6 +5,7 @@ FTP
|
||||
PASV
|
||||
RETR
|
||||
multi
|
||||
non-existing host
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user