You've already forked pgbackrest
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:
@ -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];
|
||||
|
Reference in New Issue
Block a user