1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Disable muc notifications for functional tests

This commit is contained in:
James Booth 2015-12-20 02:57:01 +00:00
parent c61e9d80ea
commit 9f34373b46

View File

@ -168,6 +168,8 @@ init_prof_test(void **state)
assert_true(prof_output_exact("Dynamic input blocking disabled"));
prof_input("/notify chat off");
assert_true(prof_output_exact("Chat notifications disabled"));
prof_input("/notify room off");
assert_true(prof_output_exact("Room notifications disabled"));
prof_input("/wrap off");
assert_true(prof_output_exact("Word wrap disabled"));
prof_input("/roster hide");