From: Francis Dupont Date: Wed, 10 Jul 2019 18:56:32 +0000 (+0200) Subject: [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the... X-Git-Tag: Kea-1.6.0-beta2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0365144f79901796fe140a37bf48f435002dd451;p=thirdparty%2Fkea.git [717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the-server-tags] spelling --- diff --git a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc index 006d4352b4..0d916f40d7 100644 --- a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc +++ b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc @@ -2068,7 +2068,7 @@ TEST_F(MySqlConfigBackendDHCPv4Test, createUpdateSharedNetwork4) { EXPECT_FALSE(network->hasServerTag(ServerTag())); } -// Test that ceateUpdateSharedNetwork4 throws appropriate exceptions for various +// Test that createUpdateSharedNetwork4 throws appropriate exceptions for various // server selectors. TEST_F(MySqlConfigBackendDHCPv4Test, createUpdateSharedNetwork4Selectors) { ASSERT_NO_THROW(cbptr_->createUpdateServer4(test_servers_[0]));