mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Remove dead test code.
This commit is contained in:
parent
fccb7f7dd4
commit
d6ebf6e2d6
@ -665,23 +665,6 @@ testRun(void)
|
|||||||
// -------------------------------------------------------------------------------------------------------------------------
|
// -------------------------------------------------------------------------------------------------------------------------
|
||||||
TEST_TITLE("pgFileSize, ignoreMissing=false, backupLabel, pgFileChecksumPage, pgFileChecksumPageLsnLimit");
|
TEST_TITLE("pgFileSize, ignoreMissing=false, backupLabel, pgFileChecksumPage, pgFileChecksumPageLsnLimit");
|
||||||
|
|
||||||
VariantList *paramList = varLstNew();
|
|
||||||
varLstAdd(paramList, varNewStr(pgFile)); // pgFile
|
|
||||||
varLstAdd(paramList, varNewBool(false)); // pgFileIgnoreMissing
|
|
||||||
varLstAdd(paramList, varNewUInt64(8)); // pgFileSize
|
|
||||||
varLstAdd(paramList, varNewBool(false)); // pgFileCopyExactSize
|
|
||||||
varLstAdd(paramList, NULL); // pgFileChecksum
|
|
||||||
varLstAdd(paramList, varNewBool(true)); // pgFileChecksumPage
|
|
||||||
varLstAdd(paramList, varNewUInt64(0xFFFFFFFFFFFFFFFF)); // pgFileChecksumPageLsnLimit
|
|
||||||
varLstAdd(paramList, varNewStr(pgFile)); // repoFile
|
|
||||||
varLstAdd(paramList, varNewBool(false)); // repoFileHasReference
|
|
||||||
varLstAdd(paramList, varNewUInt(compressTypeNone)); // repoFileCompress
|
|
||||||
varLstAdd(paramList, varNewInt(1)); // repoFileCompressLevel
|
|
||||||
varLstAdd(paramList, varNewStr(backupLabel)); // backupLabel
|
|
||||||
varLstAdd(paramList, varNewBool(false)); // delta
|
|
||||||
varLstAdd(paramList, varNewUInt64(cipherTypeNone)); // cipherType
|
|
||||||
varLstAdd(paramList, NULL); // cipherSubPass
|
|
||||||
|
|
||||||
TEST_ASSIGN(
|
TEST_ASSIGN(
|
||||||
result,
|
result,
|
||||||
backupFile(
|
backupFile(
|
||||||
|
Loading…
Reference in New Issue
Block a user