mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 14:56:22 +00:00
Added setup and teardown for muc tests
This commit is contained in:
@@ -429,8 +429,8 @@ int main(int argc, char* argv[]) {
|
||||
};
|
||||
|
||||
const UnitTest muc_tests[] = {
|
||||
unit_test(test_muc_add_invite),
|
||||
unit_test(test_muc_remove_invite),
|
||||
unit_test_setup_teardown(test_muc_add_invite, muc_before_test, muc_after_test),
|
||||
unit_test_setup_teardown(test_muc_remove_invite, muc_before_test, muc_after_test),
|
||||
};
|
||||
|
||||
int bak, bak2, new;
|
||||
|
||||
Reference in New Issue
Block a user