Comment 2 for bug 1185684

Revision history for this message
J Phani Mahesh (phanimahesh) wrote :

When I tried building the package with my patch applied, it failed a test stating that index is out of range.

All facebook stories have their id of the form userid_storyIdentifier. That is what I have observed. Looking at the test data in facebook_full.dat, all top-level ids :: response['data'][i]['id'] for i in range(len(response['data'])) :: do follow the pattern.

Any input is appreciated that may help finding the cause for the failing test.