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
023d9d95
Commit
023d9d95
authored
Apr 07, 2014
by
David COME
Browse files
Moved some tests-related elements from anonymous namespace to unitTests
parent
e4280834
Changes
4
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/client/FakeClient.hpp
View file @
023d9d95
...
...
@@ -14,7 +14,7 @@
#include
<gtest/gtest.h>
#include
<gmock/gmock.h>
namespace
{
namespace
unitTests
{
using
namespace
castor
::
tape
;
const
int
init_value
=-
1
;
const
unsigned
int
nbFile
=
5
;
...
...
castor/tape/tapeserver/daemon/MigrationReportPackerTest.cpp
View file @
023d9d95
...
...
@@ -26,7 +26,7 @@
#include
"castor/log/StringLogger.hpp"
#include
<gtest/gtest.h>
namespace
{
namespace
unitTests
{
const
std
::
string
error
=
"ERROR_TEST"
;
using
namespace
castor
::
tape
;
using
::
testing
::
_
;
...
...
castor/tape/tapeserver/daemon/RecallReportPackerTest.cpp
View file @
023d9d95
...
...
@@ -27,7 +27,7 @@
#include
<gtest/gtest.h>
using
::
testing
::
_
;
namespace
{
namespace
unitTests
{
TEST
(
castor_tape_tapeserver_daemon
,
RecallReportPackerNominal
)
{
MockClient
client
;
::
testing
::
InSequence
dummy
;
...
...
castor/tape/tapeserver/daemon/RecallTaskInjectorTest.cpp
View file @
023d9d95
...
...
@@ -6,7 +6,7 @@
#include
"castor/tape/tapeserver/drive/Drive.hpp"
#include
<gtest/gtest.h>
#include
"castor/tape/tapeserver/client/FakeClient.hpp"
namespace
namespace
unitTests
{
using
namespace
castor
::
tape
::
tapeserver
::
daemon
;
using
namespace
castor
::
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