Skip to content

Commit

Permalink
ensuring id2 follows id1
Browse files Browse the repository at this point in the history
git-svn-id: http://yusuke.homeip.net/svn/twitter4j/trunk@291 117b7e0d-5933-0410-9d29-ab41bb01d86b
  • Loading branch information
yusuke committed May 13, 2009
1 parent 745a793 commit e61c6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/twitter4j/AsyncTwitterTest.java
Expand Up @@ -652,6 +652,7 @@ public void testUpdate() throws Exception {
}

public void testGetFriends() throws Exception {
twitterAPI2.createFriendship(id1);
twitterAPI1.getFriendsAsync(id2, this);
waitForResponse();
boolean found = false;
Expand Down

0 comments on commit e61c6ac

Please sign in to comment.