Commit 7071dd01 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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).
parent e61a687e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ HTTP
HTTP GET
--interface
FAILURE
non-existing host
</keywords>
</info>

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ HTTP GET
--interface
IPv6
FAILURE
non-existing host
</keywords>
</info>

+3 −1
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
non-existing host name
HTTP
FAILURE
non-existing host
</keywords>
</info>

# Server-side
<reply>
<data>
+9 −0
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
multi
FAILURE
non-existing host
</keywords>
</info>

# Server-side
<reply>
</reply>
Loading