[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:53 UTC 2013


The following commit has been merged in the master branch:
commit f62a43d36493c3c053c48b135915317a7b107059
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Thu Sep 27 16:11:29 2012 +0100

    Proper fix this time

diff --git a/Changes b/Changes
index 9260cee..4f0a5bf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Really fix test fail :(
+
 0.108
   - Fix test fail on some machines.
 
diff --git a/t/filter_tologstash.t b/t/filter_tologstash.t
index 101fb6b..a74b708 100644
--- a/t/filter_tologstash.t
+++ b/t/filter_tologstash.t
@@ -30,7 +30,7 @@ my @data = (
     [
         'raw message',
         'foo',
-        { '@fields' => {}, '@tags' => [], '@message' => 'foo', '@source_host' => hostname(), '@timestamp' => '2012-09-03T21:08:54', '@type' => 'generic_line' },
+        { '@fields' => {}, '@tags' => [], '@message' => 'foo', '@source_host' => hostname_long(), '@timestamp' => '2012-09-03T21:08:54', '@type' => 'generic_line' },
     ],
     [
         'filename',

-- 
libmessage-passing-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list