Skip to content
Snippets Groups Projects
Commit 5fee8893 authored by Steven Murray's avatar Steven Murray
Browse files

Set scheme: prefix of remote destination files in DataTransferSessionTest to file:

parent 1e387a87
Branches
Tags
No related merge requests found
......@@ -208,7 +208,7 @@ TEST_F(castor_tape_tapeserver_daemon_DataTransferSessionTest, DataTransferSessio
for (int fseq=1; fseq <= 10 ; fseq ++) {
// Create a path to a remote destination file
std::ostringstream remoteFilePath;
remoteFilePath << "scheme:" << m_tmpDir << "/test" << fseq;
remoteFilePath << "file:" << m_tmpDir << "/test" << fseq;
remoteFilePaths.push_back(remoteFilePath.str());
// Create an entry in the archive namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment