Skip to content
Snippets Groups Projects
Commit 69eab140 authored by Eric Cano's avatar Eric Cano
Browse files

Added missing information in reports as the catalogue now checks it.

parent 07ede37d
Branches
Tags
No related merge requests found
......@@ -421,6 +421,8 @@ TEST_P(SchedulerTest, archive_and_retrieve_new_file) {
archiveJob->tapeFile.fSeq = 1;
archiveJob->tapeFile.checksumType = "ADLER32";
archiveJob->tapeFile.checksumValue = "1234abcd";
archiveJob->tapeFile.compressedSize = archiveJob->archiveFile.fileSize;
archiveJob->tapeFile.copyNb = 1;
archiveJob->complete();
archiveJob.reset(archiveMount->getNextJob(lc).release());
ASSERT_EQ((cta::ArchiveJob*)NULL, archiveJob.get());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment