Added muc invite count tests

This commit is contained in:
James Booth
2014-01-30 23:49:58 +00:00
parent 16aecaf017
commit 31321077de
3 changed files with 24 additions and 0 deletions

View File

@@ -3,3 +3,5 @@ void muc_after_test(void **state);
void test_muc_add_invite(void **state);
void test_muc_remove_invite(void **state);
void test_muc_invite_count_0(void **state);
void test_muc_invite_count_5(void **state);