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

Bug #17102 Unit tests broken in SVN
Submitted: 2010-02-14 08:05 UTC
From: doconnor Assigned:
Status: Open Package: Structures_DataGrid (version CVS)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-02-14 08:05 UTC] doconnor (Daniel O'Connor)
Description: ------------ If the test can't run, they should markTestSkipped. clockwerx@clockwerx-desktop:/media/disk/pear/packages-all/Structures_DataGrid$ php tests/AllTests.php Fatal error: Call to undefined method MDB2_Error::quoteIdentifier() in /media/disk/pear/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php on line 195 Actual result: -------------- clockwerx@clockwerx-desktop:/media/disk/pear/packages-all/Structures_DataGrid$ php tests/AllTests.php Fatal error: Call to undefined method MDB2_Error::quoteIdentifier() in /media/disk/pear/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php on line 195 Call Stack: 0.0018 72084 1. {main}() /media/disk/pear/packages-all/Structures_DataGrid/tests/AllTests.php:0 0.0526 1629304 2. AllTests::main() /media/disk/pear/packages-all/Structures_DataGrid/tests/AllTests.php:92 0.1138 3563272 3. PHPUnit::run() /media/disk/pear/packages-all/Structures_DataGrid/tests/AllTests.php:71 0.1138 3564068 4. PHPUnit_TestSuite->run() /usr/share/php/PHPUnit.php:119 0.4782 4421992 5. PHPUnit_TestCase->run() /usr/share/php/PHPUnit/TestSuite.php:184 0.4782 4422204 6. PHPUnit_TestResult->run() /usr/share/php/PHPUnit/TestCase.php:170 0.4783 4422308 7. PHPUnit_TestCase->runBare() /usr/share/php/PHPUnit/TestResult.php:246 0.5092 5226440 8. PHPUnit_TestCase->runTest() /usr/share/php/PHPUnit/TestCase.php:182 0.5093 5226864 9. call_user_func() /usr/share/php/PHPUnit/TestCase.php:198 0.5093 5227108 10. DataSourceSQLTestCore->testWhere() /usr/share/php/PHPUnit/TestCase.php:0 0.5117 5266112 11. Structures_DataGrid_DataSource_SQLQuery->fetch() /media/disk/pear/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:87 0.5118 5267288 12. array_map() /media/disk/pear/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:588 0.5118 5267996 13. Structures_DataGrid_DataSource_MDB2->_quoteIdentifier() /media/disk/pear/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:0

Comments

 [2010-04-25 19:53 UTC] doconnor (Daniel O'Connor)
php -c ../php.ini -f /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php PHPUnit 3.4.10 by Sebastian Bergmann. E....EE....................EEEEEEEEEEEEEEEEE...E............ 60 / 105 ...E......................EEE....FFFFFFFFFFFF Time: 1 second, Memory: 23.25Mb There were 25 errors: 1) DataSourceArrayTest::testObjectRecord with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceArrayTest.php:92 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 2) DataSourceArrayTest::testSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:138 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 3) DataSourceArrayTest::testMultiSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:153 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 4) DataSourceCSVTest::testSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:138 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 5) DataSourceCSVTest::testMultiSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:153 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 6) DataSourceMDB2Test::testWhere Assigning the return value of new by reference is deprecated /usr/local/lib/php/pear/MDB2.php:393 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:46 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:46 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:85 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:66 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:63 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 7) DataSourceMDB2Test::testDistinct with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:96 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 8) DataSourceMDB2Test::testGroupBy with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:112 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 9) DataSourceMDB2Test::testMixedSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:137 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 10) DataSourceMDB2Test::testCountQuery with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:152 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 11) DataSourceMDB2Test::testDatabaseObject with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Use of undefined constant MDB2_PORTABILITY_NONE - assumed 'MDB2_PORTABILITY_NONE' /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceMDB2Test.php:66 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:158 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 12) DataSourceMDB2Test::testUpperCaseFieldNames with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Use of undefined constant MDB2_PORTABILITY_NONE - assumed 'MDB2_PORTABILITY_NONE' /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceMDB2Test.php:66 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:174 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 13) DataSourceMDB2Test::testUnion with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:185 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 14) DataSourceMDB2Test::testFetchAll with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:100 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 15) DataSourceMDB2Test::testLimit with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:106 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 16) DataSourceMDB2Test::testCountBeforeFetch with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:117 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 17) DataSourceMDB2Test::testCountAfterFetch with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:124 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 18) DataSourceMDB2Test::testSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:131 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 19) DataSourceMDB2Test::testMultiSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Undefined index: _MDB2_dsninfo_default /usr/local/lib/php/pear/MDB2.php:829 /usr/local/lib/php/pear/MDB2.php:379 /usr/local/lib/php/pear/MDB2.php:436 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:120 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource.php:556 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/MDB2.php:105 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceSQLTestCore.php:82 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:144 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 20) DataSourceXMLTest::testSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceXMLTest.php:152 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 21) DataSourceXMLTest::testSortFromComplexString with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceXMLTest.php:189 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 22) DataSourceXMLTest::testMultiSort with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceTestCore.php:153 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 23) DataGridTest::testDefaultSortPassing get_class() expects parameter 1 to be object, array given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1446 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:441 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1174 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataGridTest.php:67 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 24) ObjectRecordTest::testObjectPreservingWithSmarty get_class() expects parameter 1 to be object, array given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1446 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:441 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1174 /home/clockwerx/packages-all/Structures_DataGrid/tests/ObjectRecordTest.php:81 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 25) ObjectRecordTest::testObjectFormattingWithCSV get_class() expects parameter 1 to be object, array given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1446 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:441 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1174 /home/clockwerx/packages-all/Structures_DataGrid/tests/ObjectRecordTest.php:97 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 -- There were 12 failures: 1) URLMappingTest::testSimpleParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:67 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 2) URLMappingTest::testMissingSortParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:78 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 3) URLMappingTest::testPrefixParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:86 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 4) URLMappingTest::testScriptNameParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:94 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 5) URLMappingTest::testMultipeParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:102 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 6) URLMappingTest::testPostInstantiationParsing ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:119 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 7) URLMappingTest::testPagerGeneration ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:129 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 8) URLMappingTest::testHTMLTableGeneration ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:161 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 9) URLMappingTest::testPagerGenerationFromHTMLTable ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:191 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 10) URLMappingTest::testSortOnly ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:223 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 11) URLMappingTest::testSmartyGeneration ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:253 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 12) URLMappingTest::testPagerGenerationFromSmarty ------------------------ PEAR Error: [pear_error: message="Net_URL_Mapper Package is missing" code=0 mode=callback callback=urlmappingtest::onPearError prefix="" info=""] ------------------------ /home/clockwerx/packages-all/Structures_DataGrid/tests/TestCore.php:76 /usr/local/lib/php/pear/PEAR.php:931 /usr/local/lib/php/pear/PEAR.php:566 /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid.php:1790 /home/clockwerx/packages-all/Structures_DataGrid/tests/URLMappingTest.php:291 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89 FAILURES! Tests: 105, Assertions: 152, Failures: 12, Errors: 25.
 [2010-04-25 20:15 UTC] doconnor (Daniel O'Connor)
So I fixed a few of these in SVN. The current problem is http://au.php.net/array_multisort vs PHP 5.3 1) DataSourceArrayTest::testObjectRecord with data set "" (array('1', 'test'), array('1', 'présent'), array('2', 'viel spaß'), array('3', '')) Parameter 1 to array_multisort() expected to be a reference, value given /home/clockwerx/packages-all/Structures_DataGrid/Structures/DataGrid/DataSource/Array.php:228 /home/clockwerx/packages-all/Structures_DataGrid/tests/DataSourceArrayTest.php:92 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:68 /home/clockwerx/packages-all/Structures_DataGrid/tests/AllTests.php:89
 [2011-12-26 23:08 UTC] doconnor (Daniel O'Connor)
A bit more work has happened, but it's still upset. http://test.pear.php.net:8080/job/Structures_DataGrid 22 failures