2007-01-23 02:25:56 +00:00
|
|
|
<testcase>
|
2002-12-12 12:12:01 +00:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply name="1">
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
2007-03-09 21:01:39 +00:00
|
|
|
none
|
2002-12-12 12:12:01 +00:00
|
|
|
</server>
|
2007-03-09 21:01:39 +00:00
|
|
|
<features>
|
|
|
|
http
|
|
|
|
</features>
|
2002-12-12 12:12:01 +00:00
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
2002-12-12 12:49:29 +00:00
|
|
|
lib501
|
2002-12-12 12:12:01 +00:00
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
simple libcurl attempt operation without URL set
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 08:08:38 +00:00
|
|
|
http://%HOSTIP:%HTTPPORT/501
|
2002-12-12 12:12:01 +00:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<errorcode>
|
|
|
|
3
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-23 02:25:56 +00:00
|
|
|
</testcase>
|