1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-16 23:47:38 +02:00

Add base64 encode/decode.

This commit is contained in:
David Steele
2017-10-18 11:14:26 -04:00
parent 2d56de00fc
commit f4524aeaa9
14 changed files with 588 additions and 0 deletions

View File

@ -128,6 +128,22 @@ my $oTestDef =
'common/memContext' => TESTDEF_COVERAGE_FULL,
},
},
{
&TESTDEF_NAME => 'encode',
&TESTDEF_TOTAL => 1,
&TESTDEF_C => true,
&TESTDEF_COVERAGE =>
{
'common/encode' => TESTDEF_COVERAGE_FULL,
'common/encode/base64' => TESTDEF_COVERAGE_FULL,
},
},
{
&TESTDEF_NAME => 'encode-perl',
&TESTDEF_TOTAL => 1,
&TESTDEF_CLIB => true,
},
{
&TESTDEF_NAME => 'http-client',
&TESTDEF_TOTAL => 2,