Flexisip's DOS test wasn't working

This commit is contained in:
Sylvain Berfini 2017-09-07 16:25:25 +02:00
parent 795b46413b
commit a87e810a9b

View file

@ -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);