mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 00:42:20 -05:00
fixed forge test
This commit is contained in:
parent
04376d0245
commit
01469356dd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user