[Rt-commit] [rtir] 05/07: need to fill some content to trigger encryption check for RT 4.4
    ? sunnavy 
    sunnavy at bestpractical.com
       
    Fri Oct 16 14:08:24 EDT 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
sunnavy pushed a commit to branch 3.4/rt-4.4-compat
in repository rtir.
commit 04ca050e734eb972577345ed2c6f0dade56325c8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Oct 16 22:52:47 2015 +0800
    need to fill some content to trigger encryption check for RT 4.4
    
    otherwise, we won't get real @recipients to check.
    see UpdateContent related code in RT::Interface::Web::ProcessUpdateMessage
    see also c8a24b11 in RT, which makes it different from RT 4.2
---
 t/gnupg/on-incident.t | 1 +
 1 file changed, 1 insertion(+)
diff --git a/t/gnupg/on-incident.t b/t/gnupg/on-incident.t
index 88848a0..0b9ff35 100644
--- a/t/gnupg/on-incident.t
+++ b/t/gnupg/on-incident.t
@@ -68,6 +68,7 @@ diag "check that things don't work if there is no key";
     $agent->form_number(3);
     $agent->tick( SelectedReports => $ir_id );
     $agent->tick( Encrypt => 1 );
+    $agent->field( UpdateContent => 'Some content' );
     $agent->click('SubmitTicket');
     $agent->content_like(
         qr/You are going to encrypt outgoing email messages/i,
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the rt-commit
mailing list