1 <testcase> 2 <info> 3 <keywords> 4 URL 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 <data> 12 </data> 13 </reply> 14 15 # Client-side 16 <client> 17 <server> 18 none 19 </server> 20 <features> 21 http 22 </features> 23 <name> 24 reject non-numerical port number in URL 25 </name> 26 <command> 27 http://%HOSTIP:alpha/beta/1281 28 </command> 29 </client> 30 31 # Verify data after the test has been "shot" 32 <verify> 33 # 3 == CURLE_URL_MALFORMAT 34 <errorcode> 35 3 36 </errorcode> 37 </verify> 38 </testcase> 39