]> 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:16:31 +0000 (16:16 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 20 Mar 2019 15:16:31 +0000 (16:16 +0100)
src/lib/pgsql/testutils/pgsql_schema.h

index d5edee589226593cfe518196cced77be63b52c8f..27f9e89013c27ecd0a7092d4db3d7038f6771025 100644 (file)
@@ -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