]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4286] Added a comment to Option4AddrLstTest.empty
authorFrancis Dupont <fdupont@isc.org>
Thu, 25 Feb 2016 12:07:54 +0000 (13:07 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 25 Feb 2016 12:07:54 +0000 (13:07 +0100)
src/lib/dhcp/tests/option4_addrlst_unittest.cc

index ed667b1846378c30f5e23441526e5a1a78db0b7e..b66247f6352b8bd431d55ac65e3d10f8fd1bf75c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -196,6 +196,7 @@ TEST_F(Option4AddrLstTest, assembly4) {
     );
 }
 
+// This test verifies that an option (e.g., mobile-ip-home-agent) can be empty.
 TEST_F(Option4AddrLstTest, empty) {
 
     scoped_ptr<Option4AddrLst> opt;