summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-02-25 14:23:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-02-25 14:23:02 +0100
commit3644fb4b8aa0e44c9ce8e32e04c518a538e57224 (patch)
treec9d9ca3c4a540735152a38df6e978165eb2514fb /tests
parentff0f04561286ba3635f128083b46501831368701 (diff)
downloadrsyslog-3644fb4b8aa0e44c9ce8e32e04c518a538e57224.tar.gz
rsyslog-3644fb4b8aa0e44c9ce8e32e04c518a538e57224.tar.xz
rsyslog-3644fb4b8aa0e44c9ce8e32e04c518a538e57224.zip
fully integrated parser fixes from v4.6.0
This also made necessary some parser test case updates. Acutally, the test case was wrong, but I did not notice that before.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuites/empty.parse12
-rw-r--r--tests/testsuites/malformed1.parse13
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/testsuites/empty.parse1 b/tests/testsuites/empty.parse1
index 87a84c37..86a86986 100644
--- a/tests/testsuites/empty.parse1
+++ b/tests/testsuites/empty.parse1
@@ -1,3 +1,3 @@
<14>Jan 6 2009 15:22:26 localhost
-14,user,info,Jan 6 15:22:26,localhost,,
+14,user,info,Jan 6 15:22:26,localhost,,,
#Note: there is one space after localhost, but then \n!
diff --git a/tests/testsuites/malformed1.parse1 b/tests/testsuites/malformed1.parse1
index 2d95170d..a8825fe8 100644
--- a/tests/testsuites/malformed1.parse1
+++ b/tests/testsuites/malformed1.parse1
@@ -1,5 +1,6 @@
<131>Oct 8 23:05:06 10.321.1.123 05",result_code=200,b
-131,local0,err,Oct 8 23:05:06,10.321.1.123,05",result_code=200,b,05",result_code=200,b
+131,local0,err,Oct 8 23:05:06,10.321.1.123,05",result_code=200,b,05",result_code=200,b,
# a somewhat mangeld-with real-life sample of a malformed message
# the key here is not what is being parsed, but that we do not abort!
# NOTE: if a parser enhancement breaks the format, this is probably OK
+# also note that the above message does NOT contain a MSG part