Annotation of embedaddon/curl/tests/data/test1289, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: HTTP
                      5: HTTP GET
                      6: globbing
                      7: </keywords>
                      8: </info>
                      9: 
                     10: #
                     11: # Server-side
                     12: <reply>
                     13: </reply>
                     14: 
                     15: # Client-side
                     16: <client>
                     17: <server>
                     18: http
                     19: </server>
                     20: <name>
                     21: globbing with overflow and bad syntxx
                     22: </name>
                     23: <command>
                     24: http://ur%20[0-60000000000000000000
                     25: </command>
                     26: </client>
                     27: 
                     28: # Verify data after the test has been "shot"
                     29: <verify>
                     30: # curl: (3) [globbing] bad range in column 
                     31: <errorcode>
                     32: 3
                     33: </errorcode>
                     34: </verify>
                     35: </testcase>

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