fixed forge test

This commit is contained in:
Tankred Hase 2013-05-14 03:04:39 +02:00
parent 04376d0245
commit 01469356dd
1 changed files with 1 additions and 1 deletions

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() {