From caaedc16bf8a26a41baa463b4ed43f2f2a32854c Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 5 Dec 2013 17:27:56 +0100 Subject: [PATCH] reconstruct bug in signature verification --- test/integration/pgp-test.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/integration/pgp-test.js b/test/integration/pgp-test.js index ff08f3b9..87f129b1 100644 --- a/test/integration/pgp-test.js +++ b/test/integration/pgp-test.js @@ -118,7 +118,11 @@ define(function(require) { }); describe('Encryption', function() { - var message = 'Hello, World!', + var message = 'asdfs\n\nThursday, Nov 21, 2013 7:38 PM asdf@example.com wrote:\n' + + '> asdf\n' + + '> \n' + + '> Thursday, Nov 21, 2013 7:32 PM asdf@example.com wrote:\n' + + '> > secret 3', ciphertext; beforeEach(function(done) {