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

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