]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5022] test descriptions updated
authorTomek Mrugalski <tomasz@isc.org>
Thu, 13 Oct 2016 11:51:47 +0000 (13:51 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 13 Oct 2016 11:51:47 +0000 (13:51 +0200)
src/bin/dhcp6/tests/host_unittest.cc

index 23338c4c29c1c9fa6f2f8e54e88204073aa051b4..c4ec9747188c3c55ee25a411d4a5443962f8c5ad 100644 (file)
@@ -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);
 }