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
f97af61a
Commit
f97af61a
authored
Sep 02, 2015
by
Steven Murray
Browse files
Added a comment for castor_tape_tapeserver_daemon_DataTransferSessionTest::m_tmpDir
parent
3e0dfac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp
View file @
f97af61a
...
...
@@ -132,6 +132,13 @@ protected:
}
}
/**
* Temporary directory created with mkdtemp that will be used to contain the
* destination remote files of the tests that need to create them.
*
* Please note that a new temporary directory is created and deleted for each
* test by the Setup() and TearDown() methods.
*/
char
m_tmpDir
[
100
];
class
MockArchiveJob
:
public
cta
::
ArchiveJob
{
...
...
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