File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test507
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: multi
    6: FAILURE
    7: non-existing host
    8: </keywords>
    9: </info>
   10: 
   11: # Server-side
   12: <reply>
   13: </reply>
   14: 
   15: # Client-side
   16: <client>
   17: <server>
   18: http
   19: </server>
   20: <name>
   21: multi interface get with non-existing host name
   22: </name>
   23: <tool>
   24: lib507
   25: </tool>
   26: <command>
   27: http://non-existing-host.haxx.se/
   28: </command>
   29: </client>
   30: 
   31: # Verify data after the test has been "shot"
   32: <verify>
   33: <errorcode>
   34: 6
   35: </errorcode>
   36: </verify>
   37: </testcase>

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