2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
This commit is contained in:
Francis Dupont
2024-09-11 09:30:22 +02:00
parent fe2bb91304
commit 2bee0bcc49
4 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ TEST(MySqlHostDataSource, OpenDatabase) {
destroyMySQLSchema(); destroyMySQLSchema();
createMySQLSchema(); createMySQLSchema();
// Enter test mode to avoid ensureSchemaVersion to invole kea-admin. // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et; DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it // Check that host manager opens the database correctly and tidy up. If it
@@ -257,7 +257,7 @@ TEST(MySqlHostDataSource, OpenDatabaseMultiThreading) {
destroyMySQLSchema(); destroyMySQLSchema();
createMySQLSchema(); createMySQLSchema();
// Enter test mode to avoid ensureSchemaVersion to invole kea-admin. // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et; DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it // Check that host manager opens the database correctly and tidy up. If it

View File

@@ -121,7 +121,7 @@ TEST(MySqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work. // Schema needs to be created for the test to work.
createMySQLSchema(true); 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; DatabaseConnection::EnterTest et;
// Check that lease manager opens the database correctly and tidy up. If it // Check that lease manager opens the database correctly and tidy up. If it

View File

@@ -164,7 +164,7 @@ TEST(PgSqlHostDataSource, OpenDatabase) {
destroyPgSQLSchema(); destroyPgSQLSchema();
createPgSQLSchema(); createPgSQLSchema();
// Enter test mode to avoid ensureSchemaVersion to invole kea-admin. // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et; DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it // Check that host manager opens the database correctly and tidy up. If it
@@ -266,7 +266,7 @@ TEST(PgSqlHostDataSource, OpenDatabaseMultiThreading) {
destroyPgSQLSchema(); destroyPgSQLSchema();
createPgSQLSchema(); createPgSQLSchema();
// Enter test mode to avoid ensureSchemaVersion to invole kea-admin. // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et; DatabaseConnection::EnterTest et;
// Check that host manager opens the database correctly and tidy up. If it // Check that host manager opens the database correctly and tidy up. If it

View File

@@ -121,7 +121,7 @@ TEST(PgSqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work. // Schema needs to be created for the test to work.
createPgSQLSchema(); createPgSQLSchema();
// Enter test mode to avoid ensureSchemaVersion to invole kea-admin. // Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et; DatabaseConnection::EnterTest et;
// Check that lease manager opens the database correctly and tidy up. If it // Check that lease manager opens the database correctly and tidy up. If it