~etc-pgh-launchpad/wildpockets/trunk

« back to all changes in this revision

Viewing changes to curl/tests/data/test226

  • Committer: etc-pgh-launchpad at cmu
  • Date: 2010-11-30 20:56:30 UTC
  • Revision ID: etc-pgh-launchpad@lists.andrew.cmu.edu-20101130205630-0blbkcz28ovjl8wj
Committing the Wild Pockets code base to Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
FAILURE
 
6
</keywords>
 
7
</info>
 
8
 
 
9
# Client-side
 
10
<client>
 
11
<server>
 
12
ftp
 
13
</server>
 
14
 <name>
 
15
FTP %0d-code in URL's CWD part
 
16
 </name>
 
17
 <command>
 
18
ftp://%HOSTIP:%FTPPORT/226%0d
 
19
</command>
 
20
</client>
 
21
 
 
22
# Verify data after the test has been "shot"
 
23
<verify>
 
24
# 3 == CURLE_URL_MALFORMAT
 
25
<errorcode>
 
26
3
 
27
</errorcode>
 
28
</verify>
 
29
</testcase>