From: Tomek Mrugalski Date: Thu, 13 Oct 2016 11:51:47 +0000 (+0200) Subject: [5022] test descriptions updated X-Git-Tag: trac4631a_base~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b78f0b486778aedf004724b407e857c779cc9f;p=thirdparty%2Fkea.git [5022] test descriptions updated --- diff --git a/src/bin/dhcp6/tests/host_unittest.cc b/src/bin/dhcp6/tests/host_unittest.cc index 23338c4c29..c4ec974718 100644 --- a/src/bin/dhcp6/tests/host_unittest.cc +++ b/src/bin/dhcp6/tests/host_unittest.cc @@ -1218,29 +1218,29 @@ TEST_F(HostTest, hostIdentifiersOrder) { } // This test checks that host specific options override subnet specific -// options. Overridden options are requested with Option Request -// option (Information-request case). +// and pool specific options. Overridden options are requested with Option +// Request option (Information-request case). TEST_F(HostTest, overrideRequestedOptionsInformationRequest) { testOverrideRequestedOptions(DHCPV6_INFORMATION_REQUEST); } // This test checks that host specific options override subnet specific -// options. Overridden options are requested with Option Request -// option (Request case). +// and pool specific options. Overridden options are requested with Option +// Request option (Request case). TEST_F(HostTest, overrideRequestedOptionsRequest) { testOverrideRequestedOptions(DHCPV6_REQUEST); } // This test checks that host specific options override subnet specific -// options. Overridden options are requested with Option Request -// option (Renew case). +// and pool specific options. Overridden options are requested with Option +// Request option (Renew case). TEST_F(HostTest, overrideRequestedOptionsRenew) { testOverrideRequestedOptions(DHCPV6_RENEW); } // This test checks that host specific options override subnet specific -// options. Overridden options are requested with Option Request -// option (Rebind case). +// and pool specific options. Overridden options are requested with Option +// Request option (Rebind case). TEST_F(HostTest, overrideRequestedOptionsRebind) { testOverrideRequestedOptions(DHCPV6_REBIND); }