diff --git a/tests/entity.cpp b/tests/entity.cpp index f1e8e171d84c280643745fd9aaef9fb521e1fec7..fb54111cbdb7b0bbbb34253d4c1e39ab52c478db 100644 --- a/tests/entity.cpp +++ b/tests/entity.cpp @@ -88,8 +88,6 @@ BOOST_AUTO_TEST_CASE (display) BOOST_AUTO_TEST_CASE (getCommandList) { dynamicgraph::Entity entity ("my-entity"); - - //FIXME: this is wrong, another available command is help. BOOST_CHECK_EQUAL (entity.getCommandList (), "print\nsignals\nsignalDep"); }