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

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: CURLOPT_URL
        !             5: </keywords>
        !             6: </info>
        !             7: 
        !             8: <reply>
        !             9: </reply>
        !            10: 
        !            11: <client>
        !            12: <server>
        !            13: none
        !            14: </server>
        !            15: 
        !            16: # require HTTP so that CURLOPT_POSTFIELDS works as assumed
        !            17: <features>
        !            18: http
        !            19: </features>
        !            20: <tool>
        !            21: lib1559
        !            22: </tool>
        !            23: 
        !            24: <name>
        !            25: Set excessive URL lengths
        !            26: </name>
        !            27: </client>
        !            28: 
        !            29: #
        !            30: # Verify that the test runs to completion without crashing
        !            31: <verify>
        !            32: <errorcode>
        !            33: 0
        !            34: </errorcode>
        !            35: <stdout>
        !            36: CURLOPT_URL 10000000 bytes URL == 43
        !            37: CURLOPT_POSTFIELDS 10000000 bytes data == 0
        !            38: CURLUPART_URL 10000000 bytes URL == 3
        !            39: CURLUPART_SCHEME 10000000 bytes scheme == 3
        !            40: CURLUPART_USER 10000000 bytes user == 3
        !            41: </stdout>
        !            42: </verify>
        !            43: 
        !            44: </testcase>

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