Commit 8b37844e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed test case errors

parent 1445e623
Loading
Loading
Loading
Loading
+1 −24
Original line number Diff line number Diff line
# Server-side
<reply>
<data>
HTTP/1.1 200 No Authorization Required swsclose swsbounce
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
Content-Type: text/html; charset=iso-8859-1
Connection: close

</data>

<data1>
HTTP/1.1 200 No Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
Content-Type: text/html; charset=iso-8859-1
Connection: close

PUT received fine. Thank you very much
</data1>

<datacheck>
HTTP/1.1 200 No Authorization Required swsclose swsbounce
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
Content-Type: text/html; charset=iso-8859-1
Connection: close

HTTP/1.1 200 No Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
Content-Type: text/html; charset=iso-8859-1
Connection: close

PUT received fine. Thank you very much
</datacheck>

</data>
</reply>

# Client-side
+7 −5
Original line number Diff line number Diff line
@@ -3,10 +3,8 @@
<data>
data blobb
</data>
<datacheck>
data blobb
data blobb
</datacheck>

# data is sent to stdout
</reply>

# Client-side
@@ -20,7 +18,11 @@ Get two FTP files from the same remote dir: no second CWD
 <command>
ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210
</command>
</test>
<stdout>
data blobb
data blobb
</stdout>
</client>

# Verify data after the test has been "shot"
<verify>
+5 −5
Original line number Diff line number Diff line
@@ -3,10 +3,6 @@
<data>
data blobb
</data>
<datacheck>
data blobb
data blobb
</datacheck>
</reply>

# Client-side
@@ -23,7 +19,11 @@ ftp://%HOSTIP:%FTPPORT/a/path/211 ftp://%HOSTIP:%FTPPORT/a/path/211
<file name="log/ftpserver.cmd">
REPLY EPSV 500 no such command
</file>
</test>
<stdout>
data blobb
data blobb
</stdout>
</client>

# Verify data after the test has been "shot"
<verify>
+5 −4
Original line number Diff line number Diff line
@@ -3,9 +3,6 @@
<data>
data blobb
</data>
<datacheck>
data blobb
data blobb
</datacheck>
</reply>

@@ -27,7 +24,11 @@ ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P -
REPLY EPRT 500 no such command
REPLY LPRT 500 no such command
</file>
</test>
<stdout>
data blobb
data blobb
</stdout>
</client>

# Verify data after the test has been "shot"
<verify>