From: Francis Dupont Date: Mon, 7 Aug 2017 07:46:54 +0000 (+0200) Subject: [5241] wording X-Git-Tag: trac5124a_base~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7bf159bc233a5435b51f2936a70426fd70160d;p=thirdparty%2Fkea.git [5241] wording --- diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc index 8123f4ea23..334bbae6b0 100644 --- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc +++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc @@ -1552,7 +1552,7 @@ TEST_F(Dhcpv6SrvTest, prlPersistency) { // Let the server process it and generate a response. Pkt6Ptr response = srv_.processSolicit(sol); - // The server should a subscriber-id option + // The server should add a subscriber-id option ASSERT_TRUE(response->getOption(D6O_SUBSCRIBER_ID)); // But no dns-servers ASSERT_FALSE(response->getOption(D6O_NAME_SERVERS));