Adjust test number mismatch
authorYang Tse <yangsita@gmail.com>
Thu, 24 Dec 2009 12:04:33 +0000 (12:04 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 24 Dec 2009 12:04:33 +0000 (12:04 +0000)
tests/data/test104
tests/data/test105
tests/data/test149
tests/data/test521

index d9d91cd..82df98a 100644 (file)
@@ -21,7 +21,7 @@ ftp
 FTP --head to get file size only
  </name>
  <command>
-ftp://%HOSTIP:%FTPPORT/a/path/103 --head
+ftp://%HOSTIP:%FTPPORT/a/path/104 --head
 </command>
 </client>
 
@@ -33,9 +33,9 @@ PASS ftp@example.com
 PWD\r
 CWD a\r
 CWD path\r
-MDTM 103\r
+MDTM 104\r
 TYPE I\r
-SIZE 103\r
+SIZE 104\r
 REST 0\r
 QUIT\r
 </protocol>
index cab24f7..cc811ae 100644 (file)
@@ -32,7 +32,7 @@ ftp
 FTP user+password in URL and ASCII transfer
  </name>
  <command>
-ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
+ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
 </command>
 </client>
 
@@ -45,8 +45,8 @@ PWD
 EPSV\r
 PASV\r
 TYPE A\r
-SIZE 103\r
-RETR 103\r
+SIZE 105\r
+RETR 105\r
 QUIT\r
 </protocol>
 </verify>
index 64c0c6c..bdbdcc7 100644 (file)
@@ -12,9 +12,9 @@ ftp
 FTP with multiple uploads
  </name>
  <command>
--T log/upload148 ftp://%HOSTIP:%FTPPORT/dir1/148 -T log/upload148 ftp://%HOSTIP:%FTPPORT/dir2/148
+-T log/upload149 ftp://%HOSTIP:%FTPPORT/dir1/149 -T log/upload149 ftp://%HOSTIP:%FTPPORT/dir2/149
 </command>
-<file name="log/upload148">
+<file name="log/upload149">
 send away this contents
 </file>
 </client>
@@ -33,14 +33,14 @@ PWD
 CWD dir1\r
 EPSV\r
 TYPE I\r
-STOR 148\r
+STOR 149\r
 CWD /nowhere/anywhere\r
 CWD dir2\r
 EPSV\r
-STOR 148\r
+STOR 149\r
 QUIT\r
 </protocol>
-<file name="log/upload148">
+<file name="log/upload149">
 send away this contents
 </file>
 </verify>
index 57f413f..9bc5501 100644 (file)
@@ -39,7 +39,7 @@ lib521
 FTP dir list PASV with CURLOPT_PORT
  </name>
  <command>
-ftp://%HOSTIP/520/ %FTPPORT
+ftp://%HOSTIP/521/ %FTPPORT
 </command>
 </client>
 
@@ -50,7 +50,7 @@ ftp://%HOSTIP/520/ %FTPPORT
 USER xxx\r
 PASS yyy\r
 PWD\r
-CWD 520\r
+CWD 521\r
 EPSV\r
 TYPE A\r
 LIST\r