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

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

commit 2479d658708da978c5bc8a8bfe69cdbb6859a4fd
Author: Dominique Dumont <d...@debian.org>
Date:   Fri Feb 20 12:58:00 2015 +0100

    refreshed patch
---
 debian/patches/fix-ci-test | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fix-ci-test b/debian/patches/fix-ci-test
index 038292b..765c43c 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
-@@ -90,7 +90,7 @@
+@@ -91,7 +91,7 @@
                       ->to         ( 'a...@phase-n.com'                      )
                       ->subject    ( 'Hello To:!'                            )
                       ->text_body  ( 'I am an email'                         )
@@ -17,10 +17,12 @@ Author: dod
                       ->transport  ( $test                                   )
                       ->send;
  ok( $rv2, 'Email sent ok' );
-@@ -100,5 +100,5 @@
+@@ -101,7 +101,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' );
 -like( $email, qr{Content-Type: text/plain; name="dist\.ini"}, 'Email contains 
attachment content-Type' );
 +like( $email, qr{Content-Type: text/plain; name="basic\.t"}, 'Email contains 
attachment content-Type' );
- 1;
+ 
+ # attach_file with no such file
+ my $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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to