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

intrigeri pushed a commit to tag debian_version_0_5-1
in repository libparse-debianchangelog-perl.

commit 2f5de6af114ef7bfeb480f3d584264e6a5a8a325
Author: Frank Lichtenheld <fr...@lichtenheld.de>
Date:   Tue Jul 12 17:34:34 2005 +0000

    Fix a little error which happened during the merge
---
 t/Parse-DebianChangelog.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/Parse-DebianChangelog.t b/t/Parse-DebianChangelog.t
index a62d183..ae71ac6 100644
--- a/t/Parse-DebianChangelog.t
+++ b/t/Parse-DebianChangelog.t
@@ -57,7 +57,8 @@ foreach my $file (qw(Changes t/examples/shadow)) {
     ok( ! $changes->delete_filter( 'html::changes',
                                   \&common_licenses ) );
 
-    $changes->html( { outfile => "t/$basename.html.tmp.2" } );
+    $changes->html( { outfile => "t/$basename.html.tmp.2",
+                     template => "tmpl/default.tmpl" } );
     ok( !`tidy -qe t/$basename.html.tmp.2 2>&1`,
        'Generated HTML has no tidy errors' );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-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