Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.1

Bug #13946 Test Failed : testPutRecursive
Submitted: 2008-05-20 05:45 UTC
From: remicollet Assigned: jorrit
Status: Closed Package: Net_FTP (version 1.3.7)
PHP Version: Irrelevant OS: Linux (Fedora)
Roadmaps: 1.3.8, 1.4.0a3    
Subscription  


 [2008-05-20 05:45 UTC] remicollet (Remi Collet)
Description: ------------ Running test suite failed. Test script: --------------- php AllTests.php Expected result: ---------------- All tests succed. Actual result: -------------- There was 1 failure: 1) testPutRecursive(Net_FTPTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,5 +1,7 @@ Array ( - [0] => tmpEZU6Rg - [1] => tmpVqogK8 + [0] => . + [1] => .. + [2] => tmpEZU6Rg + [3] => tmpVqogK8 ) /usr/share/pear/test/Net_FTP/Net_FTPTest.php:285 /usr/share/pear/test/Net_FTP/AllTests.php:62 /usr/share/pear/test/Net_FTP/AllTests.php:80

Comments

 [2008-05-20 07:04 UTC] jorrit (Jorrit Schippers)
What FTP server software are you running?
 [2008-05-20 11:11 UTC] jorrit (Jorrit Schippers)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.