[libparse-debianchangelog-perl] 05/06: Fix a little error which happened during the merge

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:49 UTC 2015


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 <frank at 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



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