Fix some regression tests to fit the most recent changes

This commit is contained in:
Felipe Zimmerle
2015-09-16 15:17:11 -03:00
parent 639ccf7ddc
commit a52a3a71ed
2 changed files with 3 additions and 3 deletions

View File

@@ -51,13 +51,13 @@
] ]
}, },
"expected":{ "expected":{
"debug_log":"Target value: \"70.000000\" \\(Variable: FILES_COMBINED_SIZE\\)" "debug_log":"Target value: \"74.000000\" \\(Variable: FILES_COMBINED_SIZE\\)"
}, },
"rules":[ "rules":[
"SecRuleEngine On", "SecRuleEngine On",
"SecDebugLog \/tmp\/modsec_debug.log", "SecDebugLog \/tmp\/modsec_debug.log",
"SecDebugLogLevel 9", "SecDebugLogLevel 9",
"SecRule FILES_COMBINED_SIZE \"@gt 70.000000\" \"id:1,phase:3,pass,t:trim\"" "SecRule FILES_COMBINED_SIZE \"@gt 74.000000\" \"id:1,phase:3,pass,t:trim\""
] ]
} }
] ]

View File

@@ -51,7 +51,7 @@
] ]
}, },
"expected":{ "expected":{
"debug_log":"-------------------------756b6d74fa1a8ee2--\" \\(Variable: REQUEST_BODY\\)" "debug_log":"--------------------------756b6d74fa1a8ee2\\x0aContent-Disposition: form-data; na \(469 characters omitted\)\" \(Variable: REQUEST_BODY\)"
}, },
"rules":[ "rules":[
"SecRuleEngine On", "SecRuleEngine On",