Annotation of embedaddon/curl/tests/data/test288, revision 1.1

1.1     ! misho       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>