Added muc room active tests

This commit is contained in:
James Booth
2014-01-31 00:10:28 +00:00
parent 31321077de
commit 23842e5254
3 changed files with 27 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ 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);
void test_muc_room_is_not_active(void **state);
void test_muc_room_is_active(void **state);