1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Make comment blocks consistent across all tests.

This commit is contained in:
David Steele
2018-09-16 14:15:21 -04:00
parent 84ab787b1a
commit c47fc28c8b
17 changed files with 47 additions and 43 deletions

View File

@ -20,7 +20,7 @@ testRun(void)
{
FUNCTION_HARNESS_VOID();
// -----------------------------------------------------------------------------------------------------------------------------
// *****************************************************************************************************************************
if (testBegin("blockCipherNew() and blockCipherFree()"))
{
// Cipher and digest errors
@ -50,7 +50,7 @@ testRun(void)
memContextFree(cipherBlock->memContext);
}
// -----------------------------------------------------------------------------------------------------------------------------
// *****************************************************************************************************************************
if (testBegin("Encrypt and Decrypt"))
{
unsigned char encryptBuffer[TEST_BUFFER_SIZE];