Added /roster remove tests

This commit is contained in:
James Booth
2014-03-16 16:00:10 +00:00
parent a578419d55
commit bcafba2de6
5 changed files with 59 additions and 2 deletions

View File

@@ -39,4 +39,7 @@ void presence_join_room_expect(char *room, char *nick, char *passwd);
void mock_roster_send_add_new(void);
void roster_send_add_new_expect(char *jid, char *nick);
void mock_roster_send_remove(void);
void roster_send_remove_expect(char *jid);
#endif