From 73154b51a117f1d963ecbe888695cac205678324 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 3 Jul 2015 11:03:07 -0300 Subject: [PATCH] Adds processLogging phase to regression tests Regression tests was not processing the 'LoggingPhase'. It was stopping in the 'ResponseBodyPhase'. As we are implementing the AuditLogs this phase is now mandatory. --- test/regression/regression.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/regression/regression.cc b/test/regression/regression.cc index c8ab400d..870b8be3 100644 --- a/test/regression/regression.cc +++ b/test/regression/regression.cc @@ -136,6 +136,8 @@ void perform_unit_test(std::vector *tests, goto end; } + modsec_assay->processLogging(); + end: CustomDebugLog *d = reinterpret_cast (modsec_rules->debug_log);