more tests

This commit is contained in:
Daniel Stenberg
2003-08-06 23:45:59 +00:00
parent b3f9c636b9
commit bf9a138276
4 changed files with 64 additions and 1 deletions

29
tests/data/test76 Normal file
View File

@@ -0,0 +1,29 @@
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
none
</server>
<name>
HTTP, -O with no file name part in the URL
</name>
<command option=no-output>
http://%HOSTIP:%HOSTPORT/76/ -O
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<errorcode>
23
</errorcode>
</verify>