]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mechanism...
authorFrancis Dupont <fdupont@isc.org>
Wed, 20 Mar 2019 15:18:00 +0000 (16:18 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 20 Mar 2019 15:18:00 +0000 (16:18 +0100)
src/lib/pgsql/testutils/pgsql_schema.h

index 27f9e89013c27ecd0a7092d4db3d7038f6771025..2ebafa44b5d92fef59ef2fbd7b702ee605a78562 100644 (file)
@@ -47,11 +47,11 @@ void destroyPgSQLSchema(bool show_err = false, bool force = false);
 /// @brief Create the unit test PgSQL Schema
 ///
 /// Ensures the unit test database is empty and version-correct.
-/// Unless, the force parameter is true, it will first attempt
+/// Unless,the force parameter is true, it will first attempt
 /// to wipe the data from the database by calling @c wipePgSQLData.
 /// If this call succeeds the function returns, otherwise it will
-/// will call @c destroyPgSQLSchema to forcibly remove the
-/// existing schema and then submits the SQL script:
+/// call @c destroyPgSQLSchema to forcibly remove the existing
+/// schema and then submits the SQL script:
 ///
 ///  <TEST_ADMIN_SCRIPTS_DIR>/pgsql/dhcpdb_create.pgsql
 ///