mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix various minor bugs in the regression test suite
Now if a test fails it keep testing the others tests from the same family. The output was also improved.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"parser_error": "Rules error. File: action-id.json. Line: 4. Column: 31. id:-1"
|
||||
"parser_error": "Rules error. File: action-id.json. Line: 4. Column: 31. .*"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
@@ -220,7 +220,7 @@
|
||||
]
|
||||
},
|
||||
"expected":{
|
||||
"parser_error": "Rules error. File: action-id.json. Line: 4. Column: 31. id:'1"
|
||||
"parser_error": "Rules error. File: action-id.json. Line: 4. Column: 31. .*"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
|
Reference in New Issue
Block a user