Moved roster functions

This commit is contained in:
James Booth
2014-12-16 23:00:05 +00:00
parent 0e7e931589
commit 48ec7b3b47
12 changed files with 160 additions and 180 deletions

View File

@@ -18,7 +18,7 @@ void console_doesnt_show_online_presence_when_set_none(void **state)
{
mock_cons_show_contact_online();
stub_ui_chat_win_contact_online();
stub_ui_roster();
stub_rosterwin_roster();
prefs_set_string(PREF_STATUSES_CONSOLE, "none");
roster_init();
roster_add("test1@server", "bob", NULL, "both", FALSE);