[Rt-commit] r7664 - rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail

ruz at bestpractical.com ruz at bestpractical.com
Tue Apr 24 02:46:41 EDT 2007


Author: ruz
Date: Tue Apr 24 02:46:41 2007
New Revision: 7664

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t

Log:
* no more deep recursion

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gnupg-incoming.t	Tue Apr 24 02:46:41 2007
@@ -9,6 +9,7 @@
 
 my $homedir = File::Spec->catdir( getcwd(), qw(lib t data crypt-gnupg) );
 
+RT->Config->Set( LogToScreen => 'debug' );
 RT->Config->Set( 'GnuPG',
                  Enable => 1,
                  OutgoingMessagesFormat => 'RFC' );
@@ -103,8 +104,6 @@
     like( $attach->Content, qr'fnord');
 }
 
-SKIP: { skip 'Apr 23 14:34:31 localhost RT: Deep recursion on subroutine "RT::Interface::Email::Auth::GnuPGNG::VerifyDecrypt" at lib/RT/Interface/Email/Auth/GnuPGNG.pm line 67. (lib/RT/Interface/Email/Auth/GnuPGNG.pm:67)', 8;
-
 # test for clear-signed mail
 $buf = '';
 
@@ -145,7 +144,6 @@
     # test for some kind of PGP-Signed-By: Header
     like( $attach->Content, qr'clearfnord');
 }
-}
 
 # test for signed and encrypted mail
 $buf = '';


More information about the Rt-commit mailing list