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

Bug #15964 errors in test suite
Submitted: 2009-03-01 22:03 UTC
From: bjohnson Assigned: cweiske
Status: Closed Package: Config
PHP Version: 5.2.8 OS: Linux/Fedora
Roadmaps: (Not assigned)    
Subscription  


 [2009-03-01 22:03 UTC] bjohnson (Bernard Johnson)
Description: ------------ # pear run-tests -p Config Running 16 tests ... FAIL [ 3/16] test for bug 3051[/usr/share/pear/test/Config/test/bug3051.phpt] ... FAIL [16/16] regression test for bug #10185[/usr/share/pear/test/Config/test/bug10185.phpt] wrote log to "/root/run-tests.log" TOTAL TIME: 00:01 14 PASSED TESTS 0 SKIPPED TESTS 2 FAILED TESTS: /usr/share/pear/test/Config/test/bug3051.phpt /usr/share/pear/test/Config/test/bug10185.phpt Test script: --------------- Expected result: ---------------- Actual result: -------------- no failure when running test suite

Comments

 [2009-03-02 03:22 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
Thank you for taking the time to report a problem with the package. This problem may have been already fixed by a previous change that is in the CVS of the package. Please log into CVS with: cvs -d :pserver:cvsread@cvs.php.net:/repository login and check out the CVS repository of this package and upgrade cvs -d :pserver:cvsread@cvs.php.net:/repository co pear/Config pear upgrade pear/Config/package2.xml or pear upgrade pear/Config/package.xml If you are able to reproduce the bug with the latest CVS, please change the status back to "Open". Again, thank you for your continued support of PEAR. Hey Bernard, can you try this on the CVS version?
 [2009-08-25 11:50 UTC] cweiske (Christian Weiske)
-Status: Feedback +Status: Verified
I can confirm that tests 3 and 16 fail (@work: elysium).
 [2009-08-25 11:56 UTC] cweiske (Christian Weiske)
Release Date 2007-06-12 05:29:14 Release Version 1.10.11 (stable) bug3051.diff: 001- item1 001+ Fatal error: Call to undefined method XML_Parser_Error::getChild() in /mnt/ work-server/work-www/pear/elysium/php/test/Config/test/bug3051.php on line 8 002- item2 bug10185.diff: 001- LogFormat "%h %l %u %t \"%r\" %>s %b" common 001+ 002- <Directory "/foo/bar"> 003- CustomLog "/foo/bar/access.log" common 004- </Directory> 005- <Directory "\foo\bar\"> 006- CustomLog "\foo\bar\access.log" common 007- </Directory> 008- <Directory "\\foo\\bar"> 009- CustomLog "\\foo\\bar\\access.log" common 010- </Directory>
 [2010-12-19 23:04 UTC] cweiske (Christian Weiske)
Test for #10185 is fixed; the test did not write the original config file to disk. Test for bug #3051 fails only if $cwd is not the config test directory.
 [2010-12-19 23:07 UTC] cweiske (Christian Weiske)
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cweiske
This bug has been fixed in SVN. 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.