From 9f34373b46fa2d8be6fd2f24a423a15351cd1e33 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 Dec 2015 02:57:01 +0000 Subject: [PATCH] Disable muc notifications for functional tests --- tests/functionaltests/proftest.c | 2 ++ 1 file changed, 2 insertions(+) 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");