Added functional test for muc console message

This commit is contained in:
James Booth
2015-12-20 03:11:02 +00:00
parent 9f34373b46
commit 94169705b5
3 changed files with 32 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ void shows_subject_on_join(void **state);
void shows_history_message(void **state);
void shows_occupant_join(void **state);
void shows_message(void **state);
void shows_message_in_console_when_window_not_focussed(void **state);