File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test288
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: FILE
    5: </keywords>
    6: </info>
    7: 
    8: # Server-side
    9: <reply>
   10: <data>
   11: foo
   12:    bar
   13: bar
   14:    foo
   15: moo
   16: </data>
   17: </reply>
   18: 
   19: # Client-side
   20: <client>
   21: <server>
   22: none
   23: </server>
   24: <features>
   25: file
   26: </features>
   27:  <name>
   28: file:// with (unsupported) proxy, authentication and range
   29:  </name>
   30: <setenv>
   31: all_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
   32: </setenv>
   33: <command option="no-include">
   34: file://localhost%FILE_PWD/log/test288.txt
   35: </command>
   36: <file name="log/test288.txt">
   37: foo
   38:    bar
   39: bar
   40:    foo
   41: moo
   42: </file>
   43: </client>
   44: 
   45: # Verify data after the test has been "shot"
   46: <verify>
   47: </verify>
   48: </testcase>

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