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