Skip to content
Snippets Groups Projects
Commit 56d545a3 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Remove wrong comment.

parent 51f5287f
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,6 @@ BOOST_AUTO_TEST_CASE (display) ...@@ -88,8 +88,6 @@ BOOST_AUTO_TEST_CASE (display)
BOOST_AUTO_TEST_CASE (getCommandList) BOOST_AUTO_TEST_CASE (getCommandList)
{ {
dynamicgraph::Entity entity ("my-entity"); dynamicgraph::Entity entity ("my-entity");
//FIXME: this is wrong, another available command is help.
BOOST_CHECK_EQUAL (entity.getCommandList (), "print\nsignals\nsignalDep"); BOOST_CHECK_EQUAL (entity.getCommandList (), "print\nsignals\nsignalDep");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment