Annotation of embedaddon/curl/tests/data/test502, 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 swsclose
        !            13: bar
        !            14:    foo
        !            15: moo
        !            16: </data>
        !            17: </reply>
        !            18: 
        !            19: # Client-side
        !            20: <client>
        !            21: <server>
        !            22: file
        !            23: </server>
        !            24: # tool is what to use instead of 'curl'
        !            25: <tool>
        !            26: lib502
        !            27: </tool>
        !            28: 
        !            29:  <name>
        !            30: simple multi file:// get
        !            31:  </name>
        !            32:  <command>
        !            33: file://%PWD/log/test502.txt
        !            34: </command>
        !            35: <file name="log/test502.txt">
        !            36: foo
        !            37:    bar swsclose
        !            38: bar
        !            39:    foo
        !            40: moo
        !            41: </file>
        !            42: </client>
        !            43: 
        !            44: # Verify data after the test has been "shot"
        !            45: <verify>
        !            46: </verify>
        !            47: </testcase>

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