Added cmd_roster tests

This commit is contained in:
James Booth
2014-12-24 23:59:26 +00:00
parent 7db1bcee05
commit a871ad8004
5 changed files with 68 additions and 42 deletions

View File

@@ -354,7 +354,12 @@ void cons_show_error(const char * const cmd, ...)
}
void cons_show_contacts(GSList * list) {}
void cons_show_roster(GSList * list) {}
void cons_show_roster(GSList * list)
{
check_expected(list);
}
void cons_show_roster_group(const char * const group, GSList * list) {}
void cons_show_wins(void) {}
void cons_show_status(const char * const barejid) {}