File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test41
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 FORMPOST
    6: FAILURE
    7: </keywords>
    8: </info>
    9: # Server-side
   10: <reply>
   11: </reply>
   12: 
   13: # Client-side
   14: <client>
   15: <server>
   16: http
   17: </server>
   18:  <name>
   19: HTTP formpost with missing file
   20:  </name>
   21:  <command>
   22: http://%HOSTIP:%HTTPPORT/want/41 -F moo=@boo
   23: </command>
   24: </client>
   25: 
   26: # Verify data after the test has been "shot"
   27: <verify>
   28: <errorcode>
   29: 26
   30: </errorcode>
   31: </verify>
   32: </testcase>

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