[Rt-commit] rt branch, 4.0/gnupg-decrypt-verify-deadlock, updated. rt-4.0.8-241-g67b139c

Ruslan Zakirov ruz at bestpractical.com
Wed Dec 12 16:59:00 EST 2012


The branch, 4.0/gnupg-decrypt-verify-deadlock has been updated
       via  67b139c5d657dbc82c1bd3798c5f43016532a582 (commit)
      from  9143b1d1ac70dde62efa7f3987b2ac03305cf2bb (commit)

Summary of changes:
 t/mail/gnupg-incoming.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 67b139c5d657dbc82c1bd3798c5f43016532a582
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Thu Dec 13 01:58:17 2012 +0400

    make sure data is recorded (tests)

diff --git a/t/mail/gnupg-incoming.t b/t/mail/gnupg-incoming.t
index 6471033..48d2d9b 100644
--- a/t/mail/gnupg-incoming.t
+++ b/t/mail/gnupg-incoming.t
@@ -10,7 +10,7 @@ BEGIN {
 }
 
 use RT::Test::GnuPG
-  tests         => 52,
+  tests         => 53,
   actual_server => 1,
   gnupg_options => {
     passphrase => 'rt-test',
@@ -369,4 +369,6 @@ EOF
     is( $tick->Subject, 'Long not encrypted message for queue',
         "Created the ticket"
     );
+    my $content = $tick->Transactions->First->Content;
+    like $content, qr/a{1024,}/, 'content is not lost';
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list