blob: 7a133307d1452b4de603743c2ca5dcabb980557c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP FORMPOST
6FAILURE
7</keywords>
8</info>
9# Server-side
10<reply>
11</reply>
12
13# Client-side
14<client>
15<features>
16Mime
17</features>
18<server>
19http
20</server>
21 <name>
22HTTP formpost with missing file
23 </name>
24 <command>
25http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F moo=@boo
26</command>
27</client>
28
29# Verify data after the test has been "shot"
30<verify>
31<errorcode>
3226
33</errorcode>
34</verify>
35</testcase>