about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-12-20 02:57:01 +0000
committerJames Booth <boothj5@gmail.com>2015-12-20 02:57:01 +0000
commit9f34373b46fa2d8be6fd2f24a423a15351cd1e33 (patch)
tree6c37250a53048f94d3c8132fd978c5bf36dec83c
parentc61e9d80ea7724c141d7dc8610b3c3ca6b46f24b (diff)
downloadprofani-tty-9f34373b46fa2d8be6fd2f24a423a15351cd1e33.tar.gz
Disable muc notifications for functional tests
-rw-r--r--tests/functionaltests/proftest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c
index 15848856..2888aaad 100644
--- a/tests/functionaltests/proftest.c
+++ b/tests/functionaltests/proftest.c
@@ -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");