From 56d545a372ba214d3fbf73585ca400b086aaed77 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Tue, 21 Dec 2010 00:25:05 +0100 Subject: [PATCH] Remove wrong comment. --- tests/entity.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/entity.cpp b/tests/entity.cpp index f1e8e171..fb54111c 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"); } -- GitLab