Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
6753457c
Commit
6753457c
authored
Jul 19, 2016
by
Daniele Kruse
Browse files
Fixed DataTransferTest
parent
103d2290
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp
View file @
6753457c
...
...
@@ -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
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment