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

Bug #10791 Unit tests fail
Submitted: 2007-04-21 13:03 UTC
From: cipri Assigned: cipri
Status: Closed Package: Mail_Mime (version 1.4.0RC1)
PHP Version: 5.2.1 OS: Fedora
Roadmaps: 1.4.0, 1.4.0RC2    
Subscription  


 [2007-04-21 13:03 UTC] cipri (Cipriano Groenendal)
Description: ------------ $ pear run-tests -q parse_header_value.phpt Running 1 tests FAIL Tests for _parseHeaderValue[parse_header_value.phpt] wrote log to "/home/cipri/cvs/pear/Mail_Mime/tests/run-tests.log" TOTAL TIME: 00:00 0 PASSED TESTS 0 SKIPPED TESTS 1 FAILED TESTS: parse_header_value.phpt Test script: --------------- ---- EXPECTED OUTPUT Array ( [testparam1] => test1;semicolon [testparam2] => two [testparam3] => three [testparam4] => four;4;four [testparam5] => five;5;five [testparam6] => six [testparam7] => seven;7 [testparam8] => eight;8 ) ---- ACTUAL OUTPUT Array ( [testparam1] => test1;semicolon [testparam2] => two [testparam3] => three [testparam4] => four;4;four [testparam5] => five;5;five [testparam6] => six [testparam7] => seven;7 [testparam8] => eight;8 [name] => test.txt ) ---- FAILED

Comments

 [2007-04-21 15:13 UTC] cipri (Cipriano Groenendal)
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.
 [2007-05-05 15:06 UTC] cipri (Cipriano Groenendal)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Mail_Mime Fixed in 1.4.0