]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#526,!269] Final review changes 526-improve-mysql-unit-test-time
authorThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2019 18:55:17 +0000 (14:55 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2019 18:55:17 +0000 (14:55 -0400)
src/lib/database/testutils/schema.h

index f82cd999072872cf672895f567928cdf1582851b..df95792ab22816583bb82661ece58d441a4ed8b5 100644 (file)
@@ -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();