ZF-7377: Zend_Service_Flickr on-line tests fail due to broken tests
Description
Failing tests:
2) testGroupPoolGetPhotosBasic(Zend_Service_Flickr_OnlineTest)
Failed asserting that
Failing tests:
2) testGroupPoolGetPhotosBasic(Zend_Service_Flickr_OnlineTest)
Failed asserting that
Comments
Posted by Shahar Evron (shahar) on 2009-07-24T02:38:48.000+0000
Attached patch fixing these issues: - For #1, test using assertGreaterThan(20000) instead of exact equality - For #2, search for someone with public photos - in this case I used my sister's user name but feel free to change that :)
I also improved the assertions in testTagSearchOptionSort() - it still fails for me on PHP 5.3 but now the failure is more clear (instead of just saying "failed asserting that 'false' is not 'true'"...). I think this failure might be for a valid reason, and I'll look into it or report separately.
Posted by Rob Allen (rob) on 2012-11-20T20:53:40.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.