Browse Source

[3555] Added @todo for Lease{4,6}::toText() methods.

Tomek Mrugalski 10 years ago
parent
commit
f69880f27c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/dhcpsrv/tests/lease_unittest.cc

+ 3 - 0
src/lib/dhcpsrv/tests/lease_unittest.cc

@@ -809,4 +809,7 @@ TEST(Lease6, hasIdenticalFqdn) {
                                                      false, false)));
 }
 
+/// @todo: Add tests for Lease4::toText()
+/// @todo: Add tests for Lease6::toText()
+
 }; // end of anonymous namespace