ZF-2874: Zend_Service_Flickr_OfflineTest errors
Description
Results from PHP 5.2.5 on linux:
$ phpunit --verbose Zend_Service_Flickr_OfflineTest PHPUnit 3.2.15 by Sebastian Bergmann. Zend_Service_Flickr_OfflineTest ............E...E.. Time: 0 seconds There were 2 errors: 1) testGroupPoolGetPhotosBasic(Zend_Service_Flickr_OfflineTest) DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 16 /home/darby/framework/trunk/library/Zend/Service/Flickr.php:240 /home/darby/framework/trunk/tests/Zend/Service/Flickr/OfflineTest.php:374 2) testGroupPoolGetPhotosExceptionGroupIdInvalid(Zend_Service_Flickr_OfflineTest) DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 5 /home/darby/framework/trunk/library/Zend/Service/Flickr.php:240 /home/darby/framework/trunk/tests/Zend/Service/Flickr/OfflineTest.php:485 FAILURES! Tests: 19, Errors: 2.
I can also reproduce these errors with PHP 5.1.4 on WinXP.
This issue affects trunk and does not affect the release-1.5 branch as of SVN r8805.
Comments
Posted by Darby Felton (darby) on 2008-03-13T08:49:02.000+0000
Assigning to [~jokke] for review
Posted by Thomas Weidner (thomas) on 2008-03-15T16:30:14.000+0000
Here is the failure from within WindowsXP
under PHP 525 and Windows XP, Trunk SVN 8843
Posted by Joakim Nygård (jokke) on 2008-03-17T13:31:16.000+0000
Unit test files was corrupted for some reason. Fixed in r8886
Posted by Wil Sinclair (wil) on 2008-03-21T16:59:10.000+0000
I'm assuming this fix is merged to the 1.5 release branch. Please update if this is not the case.
Posted by Darby Felton (darby) on 2008-04-02T08:33:42.000+0000
r8886 was not merged to release-1.5 branch yet. [~jokke], please merge this revision and then update this issue as fixed for next mini release.
Posted by Joakim Nygård (jokke) on 2008-05-09T07:40:19.000+0000
Merged to release-1.5 branch in r9433
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:04.000+0000
Updating for the 1.6.0 release.