Added setup and teardown for muc tests

This commit is contained in:
James Booth
2014-01-30 23:41:18 +00:00
parent 991ffdeceb
commit 16aecaf017
3 changed files with 15 additions and 8 deletions

View File

@@ -1,2 +1,5 @@
void muc_before_test(void **state);
void muc_after_test(void **state);
void test_muc_add_invite(void **state);
void test_muc_remove_invite(void **state);