Fix regression tests structure : using method instead of protocol

This commit is contained in:
Felipe Zimmerle
2015-11-18 11:14:49 -03:00
parent c035e76ede
commit 3c45a57130
93 changed files with 191 additions and 191 deletions

View File

@@ -161,7 +161,7 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
goto end;
}
modsec_assay->processURI(t->uri.c_str(), t->protocol.c_str(),
modsec_assay->processURI(t->uri.c_str(), t->method.c_str(),
t->httpVersion.c_str());
actions(&r, modsec_assay);