summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2024-09-11 09:30:22 +0200
committerFrancis Dupont <fdupont@isc.org>2024-09-16 12:05:12 +0200
commit2bee0bcc49a066f454aa8ec39e28f455df27ad18 (patch)
tree1e4e68f56ebfd3f13b2571ee623bc4b9082d4e80 /src
parent[#3419] Added a DB test mode (diff)
downloadkea-2bee0bcc49a066f454aa8ec39e28f455df27ad18.tar.xz
kea-2bee0bcc49a066f454aa8ec39e28f455df27ad18.zip
[#3419] Spelling
Diffstat (limited to 'src')
-rw-r--r--src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc4
-rw-r--r--src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc2
-rw-r--r--src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc4
-rw-r--r--src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc
index 50d519668a..8b21b09161 100644
--- a/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc
+++ b/src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc
@@ -166,7 +166,7 @@ TEST(MySqlHostDataSource, OpenDatabase) {
destroyMySQLSchema();
createMySQLSchema();
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it
@@ -257,7 +257,7 @@ TEST(MySqlHostDataSource, OpenDatabaseMultiThreading) {
destroyMySQLSchema();
createMySQLSchema();
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it
diff --git a/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc b/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
index ac2162e0ca..4132dd9af3 100644
--- a/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
+++ b/src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
@@ -121,7 +121,7 @@ TEST(MySqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work.
createMySQLSchema(true);
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that lease manager opens the database correctly and tidy up. If it
diff --git a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc
index f5cea85be7..63c48e7fc1 100644
--- a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc
+++ b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc
@@ -164,7 +164,7 @@ TEST(PgSqlHostDataSource, OpenDatabase) {
destroyPgSQLSchema();
createPgSQLSchema();
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it
@@ -266,7 +266,7 @@ TEST(PgSqlHostDataSource, OpenDatabaseMultiThreading) {
destroyPgSQLSchema();
createPgSQLSchema();
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it
diff --git a/src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc b/src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc
index cdb5c27df8..4b614c2d45 100644
--- a/src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc
+++ b/src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc
@@ -121,7 +121,7 @@ TEST(PgSqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work.
createPgSQLSchema();
- // Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
+ // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;
// Check that lease manager opens the database correctly and tidy up. If it