Added /bookmark remove tests
This commit is contained in:
@@ -26,4 +26,7 @@ void bookmark_get_list_returns(GList *bookmarks);
|
||||
void mock_bookmark_add(void);
|
||||
void expect_bookmark_add(char *expected_jid, char *expected_nick, gboolean expected_autojoin);
|
||||
|
||||
void mock_bookmark_remove(void);
|
||||
void expect_bookmark_remove(char *expected_jid, gboolean expected_autojoin);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user