[Rt-commit] r8794 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 28 14:44:13 EDT 2007


Author: ruz
Date: Tue Aug 28 14:44:12 2007
New Revision: 8794

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t

Log:
 r8727 at cubic-pc (orig r8726):  sartak | 2007-08-25 00:11:13 +0400
  r19918 at onn:  sartak | 2007-08-24 16:10:32 -0400
  Ah, the problem was indeed that we just had the wrong passphrase
 


Modified: rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t	Tue Aug 28 14:44:12 2007
@@ -40,6 +40,7 @@
 
 RT->Config->Set( 'GnuPGOptions',
                  homedir => $homedir,
+                 passphrase => 'recipient',
                  'no-permission-warning' => undef);
 RT->Config->Set( 'MailPlugins' => 'Auth::MailFrom', 'Auth::GnuPG' );
 


More information about the Rt-commit mailing list