curl/tests/data/test41

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
420 B
Plaintext
Raw Normal View History

<testcase>
2005-04-23 05:59:08 +08:00
<info>
<keywords>
HTTP
HTTP FORMPOST
FAILURE
</keywords>
</info>
2003-06-26 19:45:04 +08:00
# Server-side
<reply>
</reply>
# Client-side
<client>
<features>
Mime
</features>
2003-06-26 19:45:04 +08:00
<server>
http
</server>
<name>
2003-06-26 19:45:04 +08:00
HTTP formpost with missing file
</name>
<command>
http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F moo=@boo
2003-06-26 19:45:04 +08:00
</command>
</client>
2003-06-26 19:45:04 +08:00
# Verify data after the test has been "shot"
<verify>
<errorcode>
26
</errorcode>
</verify>
</testcase>