[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:29 UTC 2013


The following commit has been merged in the debian branch:
commit f022791a8c6e25391e7d874d62c743ae8dd73bd2
Author: Robert James Clay <jame at rocasa.us>
Date:   Sun Oct 21 18:11:01 2012 -0400

    Add testing for citadel_info function to t/01citadel.t

diff --git a/t/01citadel.t b/t/01citadel.t
index b59220a..f3f0ebc 100644
--- a/t/01citadel.t
+++ b/t/01citadel.t
@@ -27,12 +27,14 @@ eval {
 $c->login ($config->{account}->{username}, $config->{account}->{password});
 $c->logout and pass ('logout');
 
-
 $c->login ($config->{account}->{username}, $config->{account}->{password});
 
 $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." );
+
 # try to get rid of any testing artefacts
 eval {
     $c->retract_room ('ramsti');

-- 
Packaging of Net::Citadel in Debian



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