Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
5076c5c0
Commit
5076c5c0
authored
Jan 29, 2019
by
Olivier Stasse
Committed by
olivier stasse
Jan 30, 2019
Browse files
[tests/entity.cpp] Clean code
Remove useless usleep Remove useless array.
parent
4fc54efc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/entity.cpp
View file @
5076c5c0
...
...
@@ -153,11 +153,6 @@ BOOST_AUTO_TEST_CASE (sendMsg)
dynamicgraph
::
Entity
&
entity
=
dynamicgraph
::
PoolStorage
::
getInstance
()
->
getEntity
(
"my-entity"
);
std
::
string
AppendMsg
[
4
]
=
{
" INFO_WARNING_ERROR"
,
" WARNING_ERROR"
,
" ERROR"
,
" ALL"
,
};
output_test_stream
output
;
...
...
@@ -186,7 +181,6 @@ BOOST_AUTO_TEST_CASE (sendMsg)
};
BOOST_CHECK
(
output
.
is_equal
(
""
));
usleep
(
1000000
);
dynamicgraph
::
RealTimeLogger
::
destroy
();
}
...
...
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