1 <testcase> 2 <info> 3 <keywords> 4 --proto-default 5 </keywords> 6 </info> 7 8 # 9 # Client-side 10 <client> 11 <features> 12 none 13 </features> 14 <server> 15 none 16 </server> 17 <name> 18 Attempt to set a default protocol that does not exist 19 </name> 20 <command> 21 --proto-default DOESNOTEXIST 22 </command> 23 </client> 24 25 # 26 # Verify data after the test has been "shot" 27 <verify> 28 # CURLE_UNSUPPORTED_PROTOCOL is error code 1 29 <errorcode> 30 1 31 </errorcode> 32 </verify> 33 </testcase> 34