Added test for /bookmark list

This commit is contained in:
James Booth
2014-02-01 21:18:15 +00:00
parent 1654f13656
commit 3d7d070b13
10 changed files with 169 additions and 2 deletions

View File

@@ -21,4 +21,6 @@ void jabber_connect_with_account_return(jabber_conn_status_t result);
void mock_presence_update(void);
void presence_update_expect(resource_presence_t presence, char *msg, int idle);
void bookmark_get_list_returns(GList *bookmarks);
#endif