2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[5241] wording

This commit is contained in:
Francis Dupont
2017-08-07 09:46:54 +02:00
parent 71d40d828e
commit 4c7bf159bc

View File

@@ -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));