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

@@ -94,7 +94,7 @@ int main(int argc, char* argv[]) {
PROF_FUNC_TEST(shows_history_message),
PROF_FUNC_TEST(shows_occupant_join),
PROF_FUNC_TEST(shows_message),
PROF_FUNC_TEST(shows_message_in_console_when_window_not_focussed),
};
return run_tests(all_tests);