From ed63c6b4366fc49714a30308557ae73e827699e6 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 17 Feb 2014 16:12:22 +0100 Subject: [PATCH] fix tests --- test/new-unit/pgp-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/new-unit/pgp-test.js b/test/new-unit/pgp-test.js index 65d3437..592ad12 100644 --- a/test/new-unit/pgp-test.js +++ b/test/new-unit/pgp-test.js @@ -13,7 +13,7 @@ define(function(require) { keySize = 512, keyId = 'F6F60E9B42CDFF4C', pubkey = '-----BEGIN PGP PUBLIC KEY BLOCK-----\r\n' + - 'Version: OpenPGP.js v0.4.0\r\n' + + 'Version: OpenPGP.js v0.4.1-dev\r\n' + 'Comment: http://openpgpjs.org\r\n' + '\r\n' + 'xk0EUlhMvAEB/2MZtCUOAYvyLFjDp3OBMGn3Ev8FwjzyPbIF0JUw+L7y2XR5\r\n' + @@ -24,7 +24,7 @@ define(function(require) { '=6XMW\r\n' + '-----END PGP PUBLIC KEY BLOCK-----\r\n\r\n', privkey = '-----BEGIN PGP PRIVATE KEY BLOCK-----\r\n' + - 'Version: OpenPGP.js v0.4.0\r\n' + + 'Version: OpenPGP.js v0.4.1-dev\r\n' + 'Comment: http://openpgpjs.org\r\n' + '\r\n' + 'xcBeBFJYTLwBAf9jGbQlDgGL8ixYw6dzgTBp9xL/BcI88j2yBdCVMPi+8tl0\r\n' +