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
066dcd68
Commit
066dcd68
authored
Sep 08, 2015
by
Daniele Kruse
Browse files
Rebasing after some progress in DataTransferSessionTest
parent
53f9a4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp
View file @
066dcd68
...
...
@@ -678,7 +678,7 @@ TEST_F(castor_tape_tapeserver_daemon_DataTransferSessionTest, DataTransferSessio
// We should not have logged any error
ASSERT_EQ
(
std
::
string
::
npos
,
logger
.
getLog
().
find
(
"LVL=E"
));
}
/*
class
TempFileForData
{
public:
TempFileForData
(
size_t
size
)
:
m_size
(
size
)
{
...
...
@@ -736,7 +736,7 @@ struct expectedResult {
uint32_t
checksum
;
int
errorCode
;
};
/*
TEST_F(castor_tape_tapeserver_daemon_DataTransferSessionTest, DataTransferSessionGooddayMigration) {
// TpcpClients only supports 32 bits session number
// This number has to be less than 2^31 as in addition there is a mix
...
...
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