summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/weird.parse1
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-04 16:21:18 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-04 16:21:18 +0100
commitab2129c185c917af3ce45facb69751c4c8415fce (patch)
tree7e75bbbdf1075ecee12c07d2f64fd68d66f469bc /tests/testsuites/weird.parse1
parent062c1ffbdce422c0df3b5314d25d935f1bd2a9e1 (diff)
downloadrsyslog-ab2129c185c917af3ce45facb69751c4c8415fce.tar.gz
rsyslog-ab2129c185c917af3ce45facb69751c4c8415fce.tar.xz
rsyslog-ab2129c185c917af3ce45facb69751c4c8415fce.zip
changed testbench parser patterns for more usual system config
a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!)
Diffstat (limited to 'tests/testsuites/weird.parse1')
-rw-r--r--tests/testsuites/weird.parse18
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testsuites/weird.parse1 b/tests/testsuites/weird.parse1
index e8b90c74..907198a1 100644
--- a/tests/testsuites/weird.parse1
+++ b/tests/testsuites/weird.parse1
@@ -11,10 +11,10 @@
14,user,info,Aug 30 23:00:05,X4711,,,
# there is a SP at the end of the line
<14>Aug 30 23:00:05
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
# and here is no SP at the end of the line
<14>Aug 30 23:00:05
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
# unfortunately, I can not test missing dates with this test suite, because
# we would have the current date in the response, which we can not check against
#
@@ -31,7 +31,7 @@
14,user,info,Aug 30 23:00:05,X4711,,,
# there is a SP at the end of the line
<14>2010-08-30T23:00:05Z
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,
# and here is no SP at the end of the line
<14>2010-08-30T23:00:05Z
-14,user,info,Aug 30 23:00:05,localhost,,,
+14,user,info,Aug 30 23:00:05,localhost.localdomain,,,