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
ed504ae2
Commit
ed504ae2
authored
Apr 24, 2014
by
David COME
Browse files
added a comment on a test to say why the delete was not needed
parent
a6c13717
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/tapeserverdTest.cpp
View file @
ed504ae2
...
...
@@ -88,7 +88,12 @@ TEST(tapeServer, MountSessionGoodday) {
mockSys
.
delegateToFake
();
mockSys
.
disableGMockCallsCounting
();
mockSys
.
fake
.
setupForVirtualDriveSLC6
();
//delete is unnecessary
//pointer with ownership will be passed to the application,
//which will do the delete
mockSys
.
fake
.
m_pathToDrive
[
"/dev/nst0"
]
=
new
castor
::
tape
::
drives
::
FakeDrive
;
// We can prepare files for reading on the drive
{
// Label the tape
...
...
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