Navigation Menu

Skip to content

Commit

Permalink
trivial test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Jul 12, 2011
1 parent 718d782 commit 35bb9eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ protected void tearDown() throws Exception {
}

public void testFavoriteMethods() throws Exception {
Status status = twitter1.getHomeTimeline(new Paging().count(1)).get(0);
Status status = twitter1.getPublicTimeline().get(0);
assertNotNull(DataObjectFactory.getRawJSON(status));
assertEquals(status, DataObjectFactory.createStatus(DataObjectFactory.getRawJSON(status)));
status = twitter2.createFavorite(status.getId());
Expand Down

0 comments on commit 35bb9eb

Please sign in to comment.