blob: 84cb2cff1bc2f33ffb2b5b5d59507c01cc72b46e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
HTTP formpost with missing file
</name>
<command>
http://%HOSTIP:%HTTPPORT/want/41 -F moo=@boo
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
26
</errorcode>
</verify>
|