From 56154a79874257d4f1539aa6f650cf6b680bc3db Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 15 Mar 2017 12:17:27 -0400 Subject: [PATCH] Clean up PGP test names (caps) --- test/tests/operations/PGP.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tests/operations/PGP.js b/test/tests/operations/PGP.js index 08168b54..02fe857c 100644 --- a/test/tests/operations/PGP.js +++ b/test/tests/operations/PGP.js @@ -228,7 +228,7 @@ PGP_TEST_KEY_PAIRS.forEach(function(keyPair) { ["", "hello world"].forEach(function(input) { TestRegister.addTests( PGP_TEST_KEY_PAIRS.map(function(keyPair) { - var testName = "PGP encrypt, PGP decrypt ($pw, $ks) '$input'"; + var testName = "PGP Encrypt, PGP Decrypt ($pw, $ks) '$input'"; testName = testName.replace("$ks", keyPair.size); testName = testName.replace("$pw", keyPair.password ? "pw" : "no pw"); testName = testName.replace("$input", input); @@ -253,7 +253,7 @@ PGP_TEST_KEY_PAIRS.forEach(function(keyPair) { }); TestRegister.addTests([{ - name: "PGP encrypt, PGP Decrypt: fails when incorrect password, empty string (1024)", + name: "PGP Encrypt, PGP Decrypt: fails when incorrect password, empty string (1024)", input: "", expectedError: true, recipeConfig: [ @@ -269,7 +269,7 @@ TestRegister.addTests([{ }]); TestRegister.addTests([{ - name: "PGP encrypt, PGP Decrypt: fails when incorrect password, hello world (1024)", + name: "PGP Encrypt, PGP Decrypt: fails when incorrect password, hello world (1024)", input: "hello world", expectedError: true, recipeConfig: [