From fee6fea001d71c8030c9f4995f1f7ee304ed94f3 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 7 Jun 2015 02:41:54 +0100 Subject: [PATCH] Added profanity timeout settings to functional tests --- functionaltests/proftest.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c index c480363c..8b3b90c6 100644 --- a/functionaltests/proftest.c +++ b/functionaltests/proftest.c @@ -155,6 +155,11 @@ init_prof_test(void **state) _create_logs_dir(); prof_start(); + prof_output_exact("Profanity"); + + prof_input("/inpblock timeout 5"); + prof_input("/inpblock dynamic off"); + prof_output_exact("Dynamic input blocking disabled"); } void