From d86427f1ddf4b3f1749a2f9cba17fb909ab56cc1 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 14 Jul 2015 16:39:33 -0300 Subject: [PATCH] Minor fix on the auditlog regression tests --- test/test-cases/regression/auditlog.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/test-cases/regression/auditlog.json b/test/test-cases/regression/auditlog.json index bd744794..4953dfd0 100644 --- a/test/test-cases/regression/auditlog.json +++ b/test/test-cases/regression/auditlog.json @@ -3,7 +3,7 @@ "enabled": 1, "version_min": 300000, "version_max": 0, - "title": "auditlog : basic parser test", + "title": "auditlog : basic parser test - Parallel", "client": { "ip": "200.249.12.31", "port": 2313 @@ -40,7 +40,7 @@ }, "expected": { "audit_log": "", - "debug_log": "\\[9\\] T \\(0\\) trim: \"test\"", + "debug_log": "\\[9\\] T \\(0\\) trim: \"test", "error_log": "", "http_code": 403 }, @@ -62,7 +62,7 @@ "enabled": 1, "version_min": 300000, "version_max": 0, - "title": "auditlog : basic parser test - serial", + "title": "auditlog : basic parser test - Serial", "client": { "ip": "200.249.12.31", "port": 2313 @@ -99,7 +99,7 @@ }, "expected": { "audit_log": "", - "debug_log": "\\[9\\] T \\(0\\) trim: \"test\"", + "debug_log": "\\[9\\] T \\(0\\) trim: \"test", "error_log": "", "http_code": 403 }, @@ -122,7 +122,7 @@ "enabled": 1, "version_min": 300000, "version_max": 0, - "title": "auditlog : basic parser test - serial", + "title": "auditlog : basic parser test - Parallel", "client": { "ip": "200.249.12.31", "port": 2313 @@ -159,7 +159,7 @@ }, "expected": { "audit_log": "", - "debug_log": "\\[9\\] T \\(0\\) trim: \"test\"", + "debug_log": "\\[9\\] T \\(0\\) trim: \"test", "error_log": "", "http_code": 403 },