From 73fa9aaadb6dc9911488720443eb8657e8467952 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Wed, 2 Sep 2015 16:00:42 +0200 Subject: [PATCH] Added a comment for castor_tape_tapeserver_daemon_DataTransferSessionTest::m_tmpDir --- .../tape/tapeserver/daemon/DataTransferSessionTest.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp b/tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp index 937da7a2f5..1c12d10465 100644 --- a/tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp +++ b/tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp @@ -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 { -- GitLab