From a87e810a9b8024cf5ce67b076cc727f2a30152d9 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 7 Sep 2017 16:25:25 +0200 Subject: [PATCH] Flexisip's DOS test wasn't working --- tester/flexisip_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/flexisip_tester.c b/tester/flexisip_tester.c index 1c987a249..324b82221 100644 --- a/tester/flexisip_tester.c +++ b/tester/flexisip_tester.c @@ -955,7 +955,7 @@ static void dos_module_trigger(void) { // At this point we should be banned for a minute wait_for_until(marie->lc, pauline->lc, &dummy, 1, 65000);; // Wait several seconds to ensure we are not banned anymore - BC_ASSERT_LOWER(marie->stat.number_of_LinphoneMessageReceived, number_of_messge_to_send, int, "%d"); + BC_ASSERT_LOWER_STRICT(marie->stat.number_of_LinphoneMessageReceived, number_of_messge_to_send, int, "%d"); reset_counters(&marie->stat); reset_counters(&pauline->stat);