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

Bug #18962 Tests fail on CI server
Submitted: 2011-11-06 16:37 UTC
From: doconnor Assigned: doconnor
Status: Closed Package: Services_Hatena (version SVN)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2011-11-06 16:37 UTC] doconnor (Daniel O'Connor)
Description: ------------ Because of the dir structure of this package; the tests won't work without installing the package. A simple svn mkdir Services svn mv Hatena Services svn mv Hatena.php Services and regenerating the package.xml should fix it Test script: --------------- http://test.pear.php.net:8080/job/Services_Hatena/lastCompletedBuild/testReport/ Expected result: ---------------- Tests pass Actual result: -------------- var/lib/jenkins/workspace/Services_Hatena/tests/Asin.phpt --- Expected +++ Actual @@ @@ -\d+ +Warning: require_once(Services/Hatena.php): failed to open stream: No such file or directory in /var/lib/jenkins/workspace/Services_Hatena/tests/Asin.php on line 3 + +Fatal error: require_once(): Failed opening required 'Services/Hatena.php' (include_path='.:/usr/local/lib/php/pear') in /var/lib/jenkins/workspace/Services_Hatena/tests/Asin.php on line 3 --- Expected +++ Actual @@ @@ -\d+ +Warning: require_once(Services/Hatena.php): failed to open stream: No such file or directory in /var/lib/jenkins/workspace/Services_Hatena/tests/Asin.php on line 3 + +Fatal error: require_once(): Failed opening required 'Services/Hatena.php' (include_path='.:/usr/local/lib/php/pear') in /var/lib/jenkins/workspace/Services_Hatena/tests/Asin.php on line 3 /usr/local/bin/phpunit:46

Comments

 [2012-04-08 18:04 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
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.