From: Francis Dupont Date: Wed, 20 Mar 2019 15:18:00 +0000 (+0100) Subject: [531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mechanism... X-Git-Tag: Kea-1.6.0-beta~352^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a66841c5759fae4a23ab81c1ab129ab4708bb96;p=thirdparty%2Fkea.git [531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mechanism] Grammar --- diff --git a/src/lib/pgsql/testutils/pgsql_schema.h b/src/lib/pgsql/testutils/pgsql_schema.h index 27f9e89013..2ebafa44b5 100644 --- a/src/lib/pgsql/testutils/pgsql_schema.h +++ b/src/lib/pgsql/testutils/pgsql_schema.h @@ -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: /// /// /pgsql/dhcpdb_create.pgsql ///