]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[717-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-subnets-with-the...
authorFrancis Dupont <fdupont@isc.org>
Wed, 10 Jul 2019 18:56:32 +0000 (20:56 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 12 Jul 2019 15:58:16 +0000 (11:58 -0400)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc

index 006d4352b4bacea25da28a8fc298f5214f7ef768..0d916f40d7a9bca2c57d086ff02bdaad076bef9b 100644 (file)
@@ -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]));