cvs: pear(MAINT_1_3_4) /Net_FTP/tests Net_FTPTest.php
[email protected] ("Jorrit Schippers")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1208896820@cvsserver> |
jschippers Tue Apr 22 20:40:20 2008 UTC
Modified files: (Branch: MAINT_1_3_4)
/pear/Net_FTP/tests Net_FTPTest.php
Log:
added test for bug #13689
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/tests/Net_FTPTest.php?r1=1.7.2.2&r2=1.7.2.3&diff_format=u
Index: pear/Net_FTP/tests/Net_FTPTest.php
diff -u pear/Net_FTP/tests/Net_FTPTest.php:1.7.2.2 pear/Net_FTP/tests/Net_FTPTest.php:1.7.2.3
--- pear/Net_FTP/tests/Net_FTPTest.php:1.7.2.2 Tue Apr 22 20:32:51 2008
+++ pear/Net_FTP/tests/Net_FTPTest.php Tue Apr 22 20:40:20 2008
@@ -26,7 +26,7 @@
* @author Tobias Schlitt <[email protected]>
* @copyright 1997-2008 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: Net_FTPTest.php,v 1.7.2.2 2008/04/22 20:32:51 jschippers Exp $
+ * @version CVS: $Id: Net_FTPTest.php,v 1.7.2.3 2008/04/22 20:40:20 jschippers Exp $
* @link http://pear.php.net/package/Net_FTP
* @link http://www.phpunit.de PHPUnit
* @since File available since Release 1.3.3
@@ -344,7 +344,7 @@
$this->setupError.')');
}
$dirlist = array(
- 'drwxrwsr-x 75 upload (?) 3008 Oct 30 21:09 ftp1',
+ 'drwxrwsr-x 75 upl.oad (?). 3008 Oct 30 21:09 ftp1',
);
$res = $this->ftp->_determineOSMatch($dirlist);