From: Francis Dupont Date: Thu, 25 Feb 2016 12:07:54 +0000 (+0100) Subject: [4286] Added a comment to Option4AddrLstTest.empty X-Git-Tag: trac3700_base~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f60f8bc9a602b4feb8f9a4fd917edb358e1796c;p=thirdparty%2Fkea.git [4286] Added a comment to Option4AddrLstTest.empty --- diff --git a/src/lib/dhcp/tests/option4_addrlst_unittest.cc b/src/lib/dhcp/tests/option4_addrlst_unittest.cc index ed667b1846..b66247f635 100644 --- a/src/lib/dhcp/tests/option4_addrlst_unittest.cc +++ b/src/lib/dhcp/tests/option4_addrlst_unittest.cc @@ -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 opt;