1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 00:42:20 -05:00

fixed forge test

This commit is contained in:
Tankred Hase 2013-05-14 03:04:39 +02:00
parent 04376d0245
commit 01469356dd

View File

@ -86,7 +86,7 @@ test("AES-128-CBC En/Decrypt", 1, function() {
deCipher.update(forge.util.createBuffer(enCipher.output.data));
deCipher.finish();
equal(input, deCipher.output, 'En/Decrypt');
equal(input, deCipher.output, 'En/Decrypt length: ' + input.length);
});
test("PBKDF2", 1, function() {