From: Francis Dupont Date: Tue, 26 Feb 2019 18:17:55 +0000 (+0100) Subject: [400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration]... X-Git-Tag: 478-improve-error-message-database-backend-mysql_base~11^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4c76a1869238e4bddaf43e8231843449c6718e4;p=thirdparty%2Fkea.git [400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration] spelling --- diff --git a/src/bin/dhcp4/tests/config_backend_unittest.cc b/src/bin/dhcp4/tests/config_backend_unittest.cc index cd620ef623..dde99847c6 100644 --- a/src/bin/dhcp4/tests/config_backend_unittest.cc +++ b/src/bin/dhcp4/tests/config_backend_unittest.cc @@ -323,12 +323,12 @@ TEST_F(Dhcp4CBTest, mergeOptionDefs) { ASSERT_TRUE(found_def); EXPECT_EQ(2, found_def->getCode()); - // Definition "three" from first backened should be there. + // Definition "three" from first backend should be there. found_def = option_defs->get("isc", "three"); ASSERT_TRUE(found_def); EXPECT_EQ(3, found_def->getCode()); - // Definition "four" from first backened should not be there. + // Definition "four" from first backend should not be there. found_def = option_defs->get("isc", "four"); ASSERT_FALSE(found_def); }