diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-02-25 15:29:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-02-25 15:29:07 +0100 |
commit | c2c1d7120c3bcb8f12ad281798973f23010c63f9 (patch) | |
tree | 5a252ff7eeee1cefb698968bc45da88b9b9ff03b /tests/testsuites | |
parent | 0995bff5947340333466cf3ac9c6a6b403b32d18 (diff) | |
download | rsyslog-c2c1d7120c3bcb8f12ad281798973f23010c63f9.tar.gz rsyslog-c2c1d7120c3bcb8f12ad281798973f23010c63f9.tar.xz rsyslog-c2c1d7120c3bcb8f12ad281798973f23010c63f9.zip |
fully integrated parser fixes from v4.6.0
This also made necessary a parser test case updates. Acutally, the test
case was wrong, but I did not notice that before.
Diffstat (limited to 'tests/testsuites')
-rw-r--r-- | tests/testsuites/malformed1.parse1 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |