[SCM] Packaging of Net::Citadel in Debian branch, debian, updated. debian/0.16-1-45-gd21e85b
Robert James Clay
jame at rocasa.us
Wed Jun 5 17:20:36 UTC 2013
The following commit has been merged in the debian branch:
commit 748433fddd6c7e132e8e4682d53e72b1033c1508
Author: Robert James Clay <jame at rocasa.us>
Date: Wed Jun 5 07:44:25 2013 -0400
Correct number of info lines tested for in t/01citadel.t to '24'.
diff --git a/t/01citadel.t b/t/01citadel.t
index 1a9b06c..55b34b5 100644
--- a/t/01citadel.t
+++ b/t/01citadel.t
@@ -33,7 +33,7 @@ $c->citadel_echo ('rrrrrr') and pass ('echo');
$c->citadel_time and pass ('time');
my $inforef = $c->citadel_info;
-is_deeply( $#{$inforef}, q{23}, "Expected 0 thru 23 information lines." );
+is_deeply( $#{$inforef}, q{24}, "Expected 0 thru 23 information lines." );
my (%mrtg_info, $key_count);
--
Packaging of Net::Citadel in Debian
More information about the Pkg-perl-cvs-commits
mailing list