mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 23:46:22 +00:00
tests: add functional tests for XEP-0012 and XEP-0045
- Add Last Activity functional tests (XEP-0012) - Add MUC affiliation/kick tests (XEP-0045)
This commit is contained in:
@@ -12,3 +12,5 @@ void shows_me_message_from_self(void **state);
|
||||
void shows_all_messages_in_console_when_window_not_focussed(void **state);
|
||||
void shows_first_message_in_console_when_window_not_focussed(void **state);
|
||||
void shows_no_message_in_console_when_window_not_focussed(void **state);
|
||||
void sends_affiliation_list_request(void **state);
|
||||
void sends_kick_request(void **state);
|
||||
|
||||
Reference in New Issue
Block a user