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
83d51c99
Commit
83d51c99
authored
Aug 09, 2016
by
Steven Murray
Browse files
Fixed bug in unit-test modifyTapePoolComment
parent
c805d642
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/CatalogueTest.cpp
View file @
83d51c99
...
...
@@ -1126,9 +1126,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyTapePoolComment) {
const
common
::
dataStructures
::
EntryLog
creationLog
=
pool
.
creationLog
;
ASSERT_EQ
(
m_admin
.
username
,
creationLog
.
username
);
ASSERT_EQ
(
m_admin
.
host
,
creationLog
.
host
);
const
common
::
dataStructures
::
EntryLog
lastModificationLog
=
pool
.
lastModificationLog
;
ASSERT_EQ
(
creationLog
,
lastModificationLog
);
}
}
...
...
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