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

Bug #17115 Tests fail
Submitted: 2010-02-16 16:50 UTC
From: doconnor Assigned: till
Status: Closed Package: File_IMC (version CVS)
PHP Version: 5.3.1 OS:
Roadmaps: 0.4.1    
Subscription  


 [2010-02-16 16:50 UTC] doconnor (Daniel O'Connor)
Description: ------------ http://test.pear.php.net/unit-test-results/phpunit_results.txt Actual result: -------------- php -c ../php.ini -f /home/clockwerx/packages-all/File_IMC/tests/AllTests.php PHPUnit 3.4.10 by Sebastian Bergmann. II.......................................EEEEEE. Time: 1 second, Memory: 12.75Mb There were 6 errors: 1) File_IMC_BuildTest::testExceptionIfNoFormatIsProvided Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 2) File_IMC_BuildTest::testExceptionIfInvalidFormatIsProvided Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 3) File_IMC_BuildTest::testFluentInterface Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 4) File_IMC_BuildTest::testFormattedName Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 5) File_IMC_BuildTest::testVersionException Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 6) File_IMC_BuildTest::testVersion Undefined index: VERSION /home/clockwerx/packages-all/File_IMC/File/IMC/Build.php:105 /home/clockwerx/packages-all/File_IMC/File/IMC/Build/Vcard.php:84 /home/clockwerx/packages-all/File_IMC/File/IMC.php:180 /home/clockwerx/packages-all/File_IMC/tests/File_IMC_BuildTest.php:66 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:105 /home/clockwerx/packages-all/File_IMC/tests/AllTests.php:144 FAILURES! Tests: 48, Assertions: 47, Errors: 6, Incomplete: 2.

Comments

 [2010-06-27 22:01 UTC] till (Till Klampaeckel)
-Status: Open +Status: Closed -Assigned To: +Assigned To: till
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. Fixed in r300775. Didn't have E_NOTICE in my environment. Thanks for the report.