GNOME Bugzilla – Bug 604313
Test failures in 0.5.1
Last modified: 2009-12-11 13:00:43 UTC
Created attachment 149547 [details] build-libgdata-0.5.1.log +++ This bug was initially created as a clone of Bug #598912 +++ Haven't checked git yet, filling so I don't forget about it. Thanks for your attention.
Created attachment 149548 [details] [review] Patch updating # of photos per album to fix broken test I'm glad to have tripped this bug, in a way. It means PicasaWeb now allows 1000 photos per album rather than 500. This patch changes our test so we just make sure that gdata_picasaweb_album_get_num_photos_remaining() and gdata_picasaweb_user_get_max_photos_per_album() are returning positive integers, rather than specifying a hard value that Google might break on in the future.
Created attachment 149549 [details] [review] Patch updating # of photos per album to fix broken test Weird, my last attempt picked up the wrong patch.
Created attachment 149550 [details] [review] Patch updating # of photos per album to fix broken test Ah, generated wrong patch in wrong directory.
Review of attachment 149550 [details] [review]: Looks good. You might want to put some comments in saying that the limit is ~1000, but the test is deliberately weak to avoid having to change it regularly.
Created attachment 149585 [details] [review] Patch updating # of photos per album to fix broken test Here's the committed version with the comments added.