File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test501
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: missing URL
    5: </keywords>
    6: </info>
    7: #
    8: # Server-side
    9: <reply>
   10: </reply>
   11: 
   12: # Client-side
   13: <client>
   14: <server>
   15: none
   16: </server>
   17: <features>
   18: http
   19: </features>
   20: # tool is what to use instead of 'curl'
   21: <tool>
   22: lib501
   23: </tool>
   24: 
   25:  <name>
   26: simple libcurl attempt operation without URL set
   27:  </name>
   28:  <command>
   29: http://%HOSTIP:%HTTPPORT/501
   30: </command>
   31: </client>
   32: 
   33: #
   34: # Verify data after the test has been "shot"
   35: <verify>
   36: <errorcode>
   37: 3
   38: </errorcode>
   39: </verify>
   40: </testcase>

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