[Rt-commit] r14311 - in rt/branches/3.999-DANGEROUS: t/web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Jul 18 23:12:30 EDT 2008


Author: sunnavy
Date: Fri Jul 18 23:12:30 2008
New Revision: 14311

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t

Log:
 r14744 at sunnavys-mb:  sunnavy | 2008-07-19 10:11:10 +0800
 tests number fix


Modified: rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t	Fri Jul 18 23:12:30 2008
@@ -9,7 +9,7 @@
 plan skip_all => 'gpg executable is required.'
     unless RT::Test->find_executable('gpg');
 
-plan tests => 94;
+plan tests => 92;
 
 use RT::ScripAction::SendEmail;
 
@@ -28,7 +28,7 @@
    'OR-__requestors__-O',
    'KO-__key_owner_name__-K',
    'KR-__key_requestors__-K',
-   Status});
+   status});
 
 use File::Spec ();
 use Cwd;


More information about the Rt-commit mailing list