zendframework / ZendService_Flickr

BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Online tests are failing #2

Closed djlambert closed 12 years ago

djlambert commented 12 years ago

The completed URI was not being passed to the request. Updated the constant and used it instead of string value. Updated tests.

OnlineTest::testUserSearchBasic and OnlineTest::testTagSearchOptionSort are failing but it is due to the data returned from Flickr. The user searched for by testUserSearchBasic has no public photos. In testTagSearchOptionSort Flickr is returning the data sorted incorrectly.