Added /roster add test

This commit is contained in:
James Booth
2014-03-16 01:46:18 +00:00
parent 93397e4581
commit a578419d55
5 changed files with 60 additions and 0 deletions

View File

@@ -3,3 +3,5 @@ void cmd_roster_shows_message_when_connecting(void **state);
void cmd_roster_shows_message_when_disconnected(void **state);
void cmd_roster_shows_message_when_undefined(void **state);
void cmd_roster_shows_roster_when_no_args(void **state);
void cmd_roster_add_shows_message_when_no_jid(void **state);
void cmd_roster_add_sends_roster_add_request(void **state);