File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test20
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: HTTP
    5: FAILURE
    6: non-existing host
    7: </keywords>
    8: </info>
    9: 
   10: # Server-side
   11: <reply>
   12: <data>
   13: </data>
   14: </reply>
   15: 
   16: # Client-side
   17: <client>
   18: <server>
   19: none
   20: </server>
   21: <features>
   22: http
   23: </features>
   24:  <name>
   25: attempt connect to non-existing host name
   26:  </name>
   27:  <command>
   28: --ipv4 non-existing-host.haxx.se.
   29: </command>
   30: </client>
   31: 
   32: # Verify data after the test has been "shot"
   33: <verify>
   34: <errorcode>
   35: 6
   36: </errorcode>
   37: </verify>
   38: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>