From: Thomas Markwalder Date: Tue, 12 Mar 2019 18:55:17 +0000 (-0400) Subject: [#526,!269] Final review changes X-Git-Tag: Kea-1.6.0-beta~391^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F526-improve-mysql-unit-test-time;p=thirdparty%2Fkea.git [#526,!269] Final review changes --- diff --git a/src/lib/database/testutils/schema.h b/src/lib/database/testutils/schema.h index f82cd99907..df95792ab2 100644 --- a/src/lib/database/testutils/schema.h +++ b/src/lib/database/testutils/schema.h @@ -48,7 +48,7 @@ std::string connectionString(const char* type, const char* name = NULL, /// @brief Determines if wiping only the data between tests is enabled /// -/// @return true if the environment variable, KEA_TEST_DB_WIPE_ONLY is +/// @return true if the environment variable, KEA_TEST_DB_WIPE_DATA_ONLY is /// defined as "true" or if it is not present. bool softWipeEnabled();