From a60a6ea8dd11e1cf3719cae66b345be77312d221 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 15 May 2018 14:01:34 -0400 Subject: [PATCH] [5589] Added todo in unit test. --- src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc b/src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc index 4a8efbd6e2..c09ac0c871 100644 --- a/src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc +++ b/src/hooks/dhcp/stat_cmds/tests/stat_cmds_unittest.cc @@ -314,6 +314,8 @@ public: /// /// Provides convenience methods for loading, testing all commands and /// unloading the lease_cmds library. +/// @todo This class should really be separated from loading and unloading +/// the library so implementation classes are tested more directly. class StatCmdsTest : public LibLoadTest { public: -- 2.47.2