12345678910111213141516171819202122232425262728293031323334353637383940 |
- <testcase>
- <info>
- <keywords>
- missing URL
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- </reply>
- # Client-side
- <client>
- <server>
- none
- </server>
- <features>
- http
- </features>
- # tool is what to use instead of 'curl'
- <tool>
- lib%TESTNUMBER
- </tool>
- <name>
- simple libcurl attempt operation without URL set
- </name>
- <command>
- http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 3
- </errorcode>
- </verify>
- </testcase>
|