r55958 - /scripts/patchedit

potyl-guest at users.alioth.debian.org potyl-guest at users.alioth.debian.org
Sun Apr 11 15:34:27 UTC 2010


Author: potyl-guest
Date: Sun Apr 11 15:34:14 2010
New Revision: 55958

URL: http://svn.debian.org/wsvn/?sc=1&rev=55958
Log:
Fix the test plan

Modified:
    scripts/patchedit

Modified: scripts/patchedit
URL: http://svn.debian.org/wsvn/scripts/patchedit?rev=55958&op=diff
==============================================================================
--- scripts/patchedit (original)
+++ scripts/patchedit Sun Apr 11 15:34:14 2010
@@ -219,7 +219,7 @@
 	
 	my $patch_content = _read_patch($patch);
 	my $tb = Test::Builder->new;
-	$tb->plan('tests' => 7);
+	$tb->plan('tests' => 8);
 	$tb->ok($patch_content->{'Description'} || $patch_content->{'Subject'}, 'has Description or Subject');
 	$tb->ok($patch_content->{'Origin'} || $patch_content->{'Author'}, 'has Origin or Author');
 	if ($also_optional) {




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