[libemail-stuffer-perl] 03/06: Refresh debian/patches/fix-ci-test (offset).

gregor herrmann gregoa at debian.org
Tue Nov 21 18:42:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libemail-stuffer-perl.

commit 6069b9d540e7632d4887cf4b7fff9ce3767a984a
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 21 19:36:21 2017 +0100

    Refresh debian/patches/fix-ci-test (offset).
---
 debian/patches/fix-ci-test | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fix-ci-test b/debian/patches/fix-ci-test
index 765c43c..3a4b22a 100644
--- a/debian/patches/fix-ci-test
+++ b/debian/patches/fix-ci-test
@@ -8,7 +8,7 @@ Forwarded: not yet
 Author: dod
 --- a/t/basic.t
 +++ b/t/basic.t
-@@ -91,7 +91,7 @@
+@@ -127,7 +127,7 @@
                       ->to         ( 'adam at phase-n.com'                      )
                       ->subject    ( 'Hello To:!'                            )
                       ->text_body  ( 'I am an email'                         )
@@ -17,7 +17,7 @@ Author: dod
                       ->transport  ( $test                                   )
                       ->send;
  ok( $rv2, 'Email sent ok' );
-@@ -101,7 +101,7 @@
+@@ -137,7 +137,7 @@
  like( $email, qr/phase-n/,       'Email contains to string' );
  like( $email, qr/Hello/,         'Email contains subject string' );
  like( $email, qr/I am an email/, 'Email contains text_body' );
@@ -25,4 +25,4 @@ Author: dod
 +like( $email, qr{Content-Type: text/plain; name="basic\.t"}, 'Email contains attachment content-Type' );
  
  # attach_file with no such file
- my $error = exception { Email::Stuffer->attach_file( 'no such file' ) };
+ $error = exception { Email::Stuffer->attach_file( 'no such file' ) };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-stuffer-perl.git



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