Skip to content
Snippets Groups Projects
Commit 5630d423 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Fixed DataTransferTest

parent 9dfe702d
Branches
Tags
No related merge requests found
......@@ -414,7 +414,7 @@ TEST_P(DataTransferSessionTest, DataTransferSessionGooddayRecall) {
catalogue.fileWrittenToTape(tapeFileWritten);
// Schedule the retrieval of the file
cta::common::dataStructures::SecurityIdentity sid;
std::string diskInstance="disk_instance";
cta::common::dataStructures::RetrieveRequest rReq;
rReq.archiveFileID=fseq;
rReq.requester.name = s_userName;
......@@ -422,7 +422,7 @@ TEST_P(DataTransferSessionTest, DataTransferSessionGooddayRecall) {
rReq.dstURL = remoteFilePaths.back();
std::list<std::string> archiveFilePaths;
archiveFilePaths.push_back(archiveFilePath.str());
scheduler.queueRetrieve(sid, rReq);
scheduler.queueRetrieve(diskInstance, rReq);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment