Skip to content
GitLab
Menu
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
f3ef23e9
Commit
f3ef23e9
authored
Aug 22, 2016
by
Steven Murray
Browse files
Fixed a bug in the unit-test modifyArchiveRouteTapePoolName
parent
d67d9767
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/CatalogueTest.cpp
View file @
f3ef23e9
...
...
@@ -1537,9 +1537,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyArchiveRouteTapePoolName) {
const
common
::
dataStructures
::
EntryLog
creationLog
=
route
.
creationLog
;
ASSERT_EQ
(
m_admin
.
username
,
creationLog
.
username
);
ASSERT_EQ
(
m_admin
.
host
,
creationLog
.
host
);
const
common
::
dataStructures
::
EntryLog
lastModificationLog
=
route
.
lastModificationLog
;
ASSERT_EQ
(
creationLog
,
lastModificationLog
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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