From: Francis Dupont Date: Wed, 20 Mar 2019 15:16:31 +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~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df56610b9434801f3ea2f89f0b91adad39c46af;p=thirdparty%2Fkea.git [531-improve-postgresql-unit-test-time-by-implementing-a-wipe-data-only-mechanism] Better fix --- diff --git a/src/lib/pgsql/testutils/pgsql_schema.h b/src/lib/pgsql/testutils/pgsql_schema.h index d5edee5892..27f9e89013 100644 --- a/src/lib/pgsql/testutils/pgsql_schema.h +++ b/src/lib/pgsql/testutils/pgsql_schema.h @@ -46,7 +46,7 @@ void destroyPgSQLSchema(bool show_err = false, bool force = false); /// @brief Create the unit test PgSQL Schema /// -/// Ensures the unit test database is an empty and version-correct. +/// Ensures the unit test database is empty and version-correct. /// 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