[Rt-commit] r19447 - rt/3.999/trunk/t/mail

sartak at bestpractical.com sartak at bestpractical.com
Tue May 5 14:04:18 EDT 2009


Author: sartak
Date: Tue May  5 14:04:18 2009
New Revision: 19447

Modified:
   rt/3.999/trunk/t/mail/crypt-gnupg.t

Log:
Remove debugging warning

Modified: rt/3.999/trunk/t/mail/crypt-gnupg.t
==============================================================================
--- rt/3.999/trunk/t/mail/crypt-gnupg.t	(original)
+++ rt/3.999/trunk/t/mail/crypt-gnupg.t	Tue May  5 14:04:18 2009
@@ -42,7 +42,6 @@
     my %res = RT::Crypt::GnuPG::sign_encrypt( entity => $entity, encrypt => 0, passphrase => 'test' );
     ok( $entity, 'signed entity');
     ok( !$res{'logger'}, "log is here as well" ) or diag $res{'logger'};
-    warn $res{'logger'};
     my @status = RT::Crypt::GnuPG::parse_status( $res{'status'} );
     is( scalar @status, 2, 'two records: passphrase, signing');
     is( $status[0]->{'operation'}, 'passphrase_check', 'operation is correct');


More information about the Rt-commit mailing list