mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 19:06:21 +00:00
Added cmd_roster tests
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user